comparison 3rdparty/drivers/nocan/r0.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 e8755309071c
children
comparison
equal deleted inserted replaced
3209:2973ecc9567a 3210:6353bb024571
4 * 4 *
5 * edt/rev yyyy/mm/dd modified by 5 * edt/rev yyyy/mm/dd modified by
6 * comment 6 * comment
7 * Modified by R.Gault for Nocan 2004/2/1 7 * Modified by R.Gault for Nocan 2004/2/1
8 * ------------------------------------------------------------------ 8 * ------------------------------------------------------------------
9 Nocan set 2 0=64Meg 1=8Meg 2=16Meg based on "hardware" in use 9 Nocan set 1 0=64Meg 1=8Meg 2=16Meg based on "hardware" in use
10 10
11 nam r0 11 nam r0
12 ttl rammer device descriptor 12 ttl rammer device descriptor
13 13
14 ifp1 14 ifp1
15 use /dd/defs/defsfile 15 use defsfile
16 endc 16 endc
17 17
18 tylg set devic+objct 18 tylg set Devic+Objct
19 atrv set reent+rev 19 atrv set ReEnt+rev
20 rev set $00 20 rev set $00
21 21
22 ifeq Nocan 22 ifeq Nocan
23 cylinder set $F80 in tracks of $40 sectors: 62 Meg 23 cylinder set $F80 in tracks of $40 sectors: 62 Meg
24 endc 24 endc
53 name fcs /r0/ 53 name fcs /r0/
54 54
55 mgrnam fcs /rbf/ 55 mgrnam fcs /rbf/
56 drvnam fcs /rammer/ 56 drvnam fcs /rammer/
57 57
58 emod 58 emod
59 eom equ * 59 eom equ *
60 end 60 end