]> git.sur5r.net Git - cc65/blob - libsrc/geos/devel/tgi_mode_table.s
Minor comment adjustment.
[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. The first entry
15 ; defines also the default mode and driver for the system.
16 ; BEWARE: The current implementation of tgi_map_mode does not work with tables
17 ; larger that 255 bytes!
18
19 .rodata
20
21 _tgi_mode_table:
22         .byte   TGI_MODE_320_200_2, "GEOS-TGI.TGI", 0
23         .byte   TGI_MODE_640_200_2, "GEOS-TGI.TGI", 0
24         .byte   0       ; End marker