]> git.sur5r.net Git - cc65/blob - libsrc/geos/devel/tgi_mode_table.s
Fixed key definitions (were removed from apple2.h)
[cc65] / libsrc / geos / devel / tgi_mode_table.s
1 ;
2 ; Maciej 'YTM/Elysium' Witkowiak <ytm@elysium.pl>
3 ; 28.12.2002
4 ;
5 ; GEOS mode table for tgi_map_mode
6 ;
7
8         .export         _tgi_mode_table
9
10         .include        "tgi-mode.inc"
11
12 ;----------------------------------------------------------------------------
13 ; Mode table. Contains entries of mode and driver name, the driver name being
14 ; null terminated. A mode with code zero terminates the list.
15 ; BEWARE: The current implementation of tgi_map_mode does not work with tables
16 ; larger that 255 bytes!
17
18 .rodata
19
20 _tgi_mode_table:
21         .byte   TGI_MODE_320_200_2, "GEOS-TGI.TGI", 0
22         .byte   TGI_MODE_640_200_2, "GEOS-TGI.TGI", 0
23         .byte   0       ; End marker