mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Fixed apple2 tgi names
git-svn-id: svn://svn.cc65.org/cc65/trunk@2726 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f7fc5206d1
commit
6ef711ed04
@ -50,8 +50,8 @@ apple2lib:
|
|||||||
$(AR) a apple2.lib $$i/*.o;\
|
$(AR) a apple2.lib $$i/*.o;\
|
||||||
done
|
done
|
||||||
mv apple2/crt0.o apple2.o
|
mv apple2/crt0.o apple2.o
|
||||||
cp apple2/apple2-280-192-6.tgi apple2.hi.tgi
|
cp apple2/apple2-280-192-6.tgi a2-hi.tgi
|
||||||
cp apple2/apple2-40-40-16.tgi apple2.lo.tgi
|
cp apple2/apple2-40-40-16.tgi a2-lo.tgi
|
||||||
cp apple2/apple2-stdjoy.joy a2-stdjoy.joy
|
cp apple2/apple2-stdjoy.joy a2-stdjoy.joy
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
.rodata
|
.rodata
|
||||||
|
|
||||||
_tgi_mode_table:
|
_tgi_mode_table:
|
||||||
.byte TGI_MODE_280_192_6, "APPLE2.HI.TGI", 0
|
.byte TGI_MODE_280_192_6, "A2-HI.TGI", 0
|
||||||
.byte TGI_MODE_40_40_16, "APPLE2.LO.TGI", 0
|
.byte TGI_MODE_40_40_16, "A2-LO.TGI", 0
|
||||||
; .byte TGI_MODE_560_192_2, "APPLE2.DHI.TGI", 0
|
; .byte TGI_MODE_560_192_2, "A2-DHI.TGI", 0
|
||||||
.byte 0 ; End marker
|
.byte 0 ; End marker
|
||||||
|
Loading…
Reference in New Issue
Block a user