Mercurial > hg > Members > kono > nitros9-code
changeset 2323:190820cc58f0
Fixed wrong def for cogrf
author | boisy |
---|---|
date | Tue, 12 Jan 2010 12:45:33 +0000 |
parents | 61fb37b19edd |
children | ccd33b48321a |
files | level2/coco3/modules/makefile level2/coco3_6309/modules/makefile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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