# HG changeset patch # User boisy # Date 1263300333 0 # Node ID 190820cc58f0a9d76bbf67633c998b9082c52988 # Parent 61fb37b19edd17cc5b2222c1d638ce0647d38bde Fixed wrong def for cogrf diff -r 61fb37b19edd -r 190820cc58f0 level2/coco3/modules/makefile --- a/level2/coco3/modules/makefile Mon Jan 11 04:20:41 2010 +0000 +++ b/level2/coco3/modules/makefile Tue Jan 12 12:45:33 2010 +0000 @@ -84,7 +84,7 @@ # Special cases cogrf.io: cowin.asm - $(AS) $< $(ASOUT)$@ $(AFLAGS) -aGrfInt=1 + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aCoGrf=1 rb1773_scii_ff74.dr: rb1773.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSCII=1 diff -r 61fb37b19edd -r 190820cc58f0 level2/coco3_6309/modules/makefile --- a/level2/coco3_6309/modules/makefile Mon Jan 11 04:20:41 2010 +0000 +++ b/level2/coco3_6309/modules/makefile Tue Jan 12 12:45:33 2010 +0000 @@ -84,7 +84,7 @@ # Special cases cogrf.io: cowin.asm - $(AS) $< $(ASOUT)$@ $(AFLAGS) -aGrfInt=1 + $(AS) $< $(ASOUT)$@ $(AFLAGS) -aCoGrf=1 rb1773_scii_ff74.dr: rb1773.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSCII=1