]> git.sur5r.net Git - cc65/commitdiff
Added a comment about the first entry being the default entry. Not sure if
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Sep 2009 06:41:08 +0000 (06:41 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Sep 2009 06:41:08 +0000 (06:41 +0000)
this is true for GEOS.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4156 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/geos/devel/tgi_mode_table.s

index 24e2bc88c0ff57bb211bee9b0b93d587f2a1478a..4076fbdd825b2cad38504a0fcd814c11d7216128 100644 (file)
@@ -11,7 +11,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!