Mercurial > hg > Members > kono > nitros9-code
changeset 3002:f3052f2dbf85
level3 makefiles: Fix up comments for coco3_6309 too
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 26 Oct 2014 13:18:59 +0100 |
parents | 8e1891c6cc4a |
children | 68a167bc476d |
files | level3/coco3_6309/modules/makefile |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/level3/coco3_6309/modules/makefile Sun Oct 26 12:41:21 2014 +0100 +++ b/level3/coco3_6309/modules/makefile Sun Oct 26 13:18:59 2014 +0100 @@ -115,13 +115,14 @@ # DriveWire Arduino Submodule dwio_arduino.sb: dwio.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DARDUINO=1 -# Disto SC-II drivers +# Disto SC-II Drivers rb1773_scii_ff74.dr: rb1773.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 rb1773_scii_ff58.dr: rb1773.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 -DSCIIALT=1 +# REL Modules rel_32: rel.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32 @@ -140,12 +141,14 @@ rel_80_50hz: rel.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=80 -DTkPerSec=50 +# Floppy Booters boot_1773_6ms: boot_1773.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=0 boot_1773_30ms: boot_1773.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSTEP=3 +# SysGo Modules sysgo_dd: sysgo.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 @@ -224,7 +227,7 @@ ddr0_192k.dd: r0.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DRAMSize=192 -DDD=1 -# DriveWire 3 SCF descriptors +# DriveWire SCF descriptors term_scdwv.dt: scdwvdesc.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DTERM=1 -DAddr=0 @@ -296,7 +299,7 @@ z7_scdwv.dd: scdwvdesc.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DAddr=23 -# DriveWire 3 RBF descriptors +# DriveWire RBF descriptors ddx0.dd: dwdesc.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0