]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/tgi_mode_table.s
fix comments
[cc65] / libsrc / c64 / tgi_mode_table.s
index 0f918f170043a8d0a1ae3f6bce60e243d7291ddf..cb77408535a293edd512f6e8a3639bdeefdb3b47 100644 (file)
 
 ;----------------------------------------------------------------------------
 ; 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!
 
 .rodata
 
 _tgi_mode_table:
-        .byte   TGI_MODE_320_200_2, "c64-320-200-2.tgi", 0
+        .byte   TGI_MODE_320_200_2, "c64-hi.tgi", 0
         .byte   0       ; End marker