2 ; Ullrich von Bassewitz, 31.05.2002
4 ; C64 mode table for tgi_map_mode
7 .export _tgi_mode_table
9 .include "tgi-mode.inc"
11 ;----------------------------------------------------------------------------
12 ; Mode table. Contains entries of mode and driver name, the driver name being
13 ; null terminated. A mode with code zero terminates the list. The first entry
14 ; defines also the default mode and driver for the system.
15 ; BEWARE: The current implementation of tgi_map_mode does not work with tables
16 ; larger that 255 bytes!
21 .byte TGI_MODE_320_200_2, "c64-hi.tgi", 0