# HG changeset patch # User Tormod Volden # Date 1414325939 -3600 # Node ID f3052f2dbf85623300b17fde8f3837b516b53309 # Parent 8e1891c6cc4aa94292519aa6d11a517002b4f2dc level3 makefiles: Fix up comments for coco3_6309 too diff -r 8e1891c6cc4a -r f3052f2dbf85 level3/coco3_6309/modules/makefile --- 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