]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/tgi_mode_table.s
don't use constructor to setup runtime stack
[cc65] / libsrc / apple2 / tgi_mode_table.s
index f0f91483ecf7fc4d810d86480f92255da7b0676b..e347716f3fbd52abf008aebfd94b1ca4ee4e0099 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!