Update from Stefan Haubenthal
git-svn-id: svn://svn.cc65.org/cc65/trunk@2712 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2003-11-12
|
||||
; Ullrich von Bassewitz, 31.05.2002
|
||||
;
|
||||
; Apple ][ mode table for tgi_map_mode
|
||||
; Apple II mode table for tgi_map_mode
|
||||
;
|
||||
|
||||
.export _tgi_mode_table
|
||||
.export _tgi_mode_table
|
||||
|
||||
.include "tgi-mode.inc"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
.rodata
|
||||
|
||||
_tgi_mode_table:
|
||||
.byte TGI_MODE_280_192_6, "apple2-280-192-6.tgi", 0
|
||||
.byte 0 ; End marker
|
||||
|
||||
|
||||
.byte TGI_MODE_280_192_6, "APPLE2.HI.TGI", 0
|
||||
.byte TGI_MODE_40_40_16, "APPLE2.LO.TGI", 0
|
||||
; .byte TGI_MODE_560_192_2, "APPLE2.DHI.TGI", 0
|
||||
.byte 0 ; End marker
|
||||
|
||||
Reference in New Issue
Block a user