]> git.sur5r.net Git - cc65/commitdiff
Fixed a comment
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 11 Feb 2003 12:40:32 +0000 (12:40 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 11 Feb 2003 12:40:32 +0000 (12:40 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1967 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/c64/c64-320-200-2.s

index ee6ab2e20ef4f17172f961cd3a845c681274af7e..26b2d939a156b59c907a61be9c8b07b4bec4fdaf 100644 (file)
@@ -158,7 +158,7 @@ DEINSTALL:
 
 ; ------------------------------------------------------------------------
 ; INIT: Changes an already installed device from text mode to graphics
-; mode. The number of the graphics mode is passed to the function in A.
+; mode.
 ; Note that INIT/DONE may be called multiple times while the driver
 ; is loaded, while INSTALL is only called once, so any code that is needed
 ; to initializes variables and so on must go here. Setting palette and
@@ -185,7 +185,7 @@ INIT:
         lda     $DD00
         and     #$FC            ; Switch to bank 3
         sta     $DD00
-
+        
         lda     $D018
         sta     OLDD018
         lda     #$48           ; Set color map to $D000, screen to $E000