]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/tgi_mode_table.s
poor man's _toascii routine, contributed by Fatih Aygun
[cc65] / libsrc / c128 / tgi_mode_table.s
index 64973b606fa853b2ada5c9d416df32e99987fe45..84ebc37e378a2d374edafc4899f25b0eda2cdad2 100644 (file)
@@ -10,7 +10,8 @@
 
 ;----------------------------------------------------------------------------
 ; Mode table. Contains entries of mode and driver name, the driver name being
-; null terminated. A mode with code zero terminates the list.
+; null terminated. A mode with code zero terminates the list. The first entry
+; defines also the default mode and driver for the system.
 ; BEWARE: The current implementation of tgi_map_mode does not work with tables
 ; larger that 255 bytes!
 
@@ -18,4 +19,5 @@
 
 _tgi_mode_table:
        .byte   TGI_MODE_640_200_2, "c128-vdc.tgi", 0
+       .byte   TGI_MODE_640_480_2, "c128-vdc2.tgi", 0
         .byte   0       ; End marker