view level2/sys/stdpats_2.asm @ 3210:6353bb024571

Created makefile and defsfile for NoCan RAMMER module driver and descriptor Updated rammer.asm in the NoCan driver folder to build the NoCan version of the Driver Updated r0.asm file to create the 6MB version of the descriptor. The makefile creates a disk image with two sets of the required drivers for the 6309 and 6809's in their respective module folders. /NITROS9/6309_L2/MODULES/RBF for the 6309 files and /NITROS9/6809_L2/MODULES/RBF for the 6809 files. This will make it easier for doing a dsave from this disk image into a normal distro disk image so people have these drivers ready for when new memory upgrades allow compatible usage of the NoCan registers.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Wed, 20 Dec 2017 15:15:49 -0600
parents e42a19fc15dd
children
line wrap: on
line source

********************************************************************
* StdPats_2 - Standard Patterns for 2 colors
*
* $Id$
*
* Edt/Rev  YYYY/MM/DD  Modified by
* Comment
* ------------------------------------------------------------------
*          2003/11/26  Boisy G. Pitre
* Made into source form.

         nam   StdPats_2
         ttl   Standard Patterns for 2 colors


         org   0

dots     fcb   $1B,$2B
         fcb   $CB		group #
         fcb   $01              buffer #
         fcb   $05              style 640x192x2
         fdb   $0020            xsize
         fdb   $0008            ysize
         fdb   $0020            bytes

         fcb   $AA,$AA,$AA,$AA
         fcb   $55,$55,$55,$55
         fcb   $AA,$AA,$AA,$AA
         fcb   $55,$55,$55,$55
         fcb   $AA,$AA,$AA,$AA
         fcb   $55,$55,$55,$55
         fcb   $AA,$AA,$AA,$AA
         fcb   $55,$55,$55,$55

vrtline  fcb   $1B,$2B
         fcb   $CB		group #
         fcb   $02		buffer #
         fcb   $05		style
         fdb   $0020		xsize
         fdb   $0008		ysize
         fdb   $0020		bytes

         fcb   $88,$88,$88,$88
         fcb   $88,$88,$88,$88
         fcb   $88,$88,$88,$88
         fcb   $88,$88,$88,$88
         fcb   $88,$88,$88,$88
         fcb   $88,$88,$88,$88
         fcb   $88,$88,$88,$88
         fcb   $88,$88,$88,$88

hrzline  fcb   $1B,$2B
         fcb   $CB		group #
         fcb   $03		buffer #
         fcb   $05		style
         fdb   $0020		xsize
         fdb   $0008		ysize
         fdb   $0020		bytes

         fcb   $FF,$FF,$FF,$FF
         fcb   $00,$00,$00,$00
         fcb   $FF,$FF,$FF,$FF
         fcb   $00,$00,$00,$00
         fcb   $FF,$FF,$FF,$FF
         fcb   $00,$00,$00,$00
         fcb   $FF,$FF,$FF,$FF
         fcb   $00,$00,$00,$00

xhatch   fcb   $1B,$2B
         fcb   $CB		group #
         fcb   $04		buffer #
         fcb   $05		style
         fdb   $0020		xsize
         fdb   $0008		ysize
         fdb   $0020		bytes

         fcb   $FF,$FF,$FF,$FF
         fcb   $88,$88,$88,$88
         fcb   $FF,$FF,$FF,$FF
         fcb   $88,$88,$88,$88
         fcb   $FF,$FF,$FF,$FF
         fcb   $88,$88,$88,$88
         fcb   $FF,$FF,$FF,$FF
         fcb   $88,$88,$88,$88

leftslnt fcb   $1B,$2B
         fcb   $CB		group #
         fcb   $05		buffer #
         fcb   $05		style
         fdb   $0020		xsize
         fdb   $0008		ysize
         fdb   $0020		bytes

         fcb   $44,$44,$44,$44
         fcb   $88,$88,$88,$88
         fcb   $11,$11,$11,$11
         fcb   $22,$22,$22,$22
         fcb   $44,$44,$44,$44
         fcb   $88,$88,$88,$88
         fcb   $11,$11,$11,$11
         fcb   $22,$22,$22,$22

rghtslnt fcb   $1B,$2B
         fcb   $CB		group #
         fcb   $06		buffer #
         fcb   $05		style
         fdb   $0020		xsize
         fdb   $0008		ysize
         fdb   $0020		bytes

         fcb   $22,$22,$22,$22
         fcb   $11,$11,$11,$11
         fcb   $88,$88,$88,$88
         fcb   $44,$44,$44,$44
         fcb   $22,$22,$22,$22
         fcb   $11,$11,$11,$11
         fcb   $88,$88,$88,$88
         fcb   $44,$44,$44,$44

smalldot fcb   $1B,$2B
         fcb   $CB		group #
         fcb   $07		buffer #
         fcb   $05		style
         fdb   $0020		xsize
         fdb   $0008		ysize
         fdb   $0020		bytes

         fcb   $88,$88,$88,$88
         fcb   $00,$00,$00,$00
         fcb   $22,$22,$22,$22
         fcb   $00,$00,$00,$00
         fcb   $88,$88,$88,$88
         fcb   $00,$00,$00,$00
         fcb   $22,$22,$22,$22
         fcb   $00,$00,$00,$00

largedot fcb   $1B,$2B
         fcb   $CB		group #
         fcb   $08		buffer #
         fcb   $05		style
         fdb   $0020		xsize
         fdb   $0008		ysize
         fdb   $0020		bytes

         fcb   $66,$66,$66,$66
         fcb   $99,$99,$99,$99
         fcb   $99,$99,$99,$99
         fcb   $66,$66,$66,$66
         fcb   $66,$66,$66,$66
         fcb   $99,$99,$99,$99
         fcb   $99,$99,$99,$99
         fcb   $66,$66,$66,$66