]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/videomode.s
don't use constructor to setup runtime stack
[cc65] / libsrc / apple2 / videomode.s
index bf99819eb935598e3805d90bc91c3b2c5ea136bf..8e157e9df77394ed946c95623620a1c982be6ae5 100644 (file)
@@ -32,7 +32,7 @@ _videomode:
         ; If we are in 40 column mode and want to set 80 column mode
         ; then we first presume the 80 column firmware being already
         ; active and print the ctrl-char code (this causes a garbage
-        : char to be printed on the screen if isn't already active)
+        ; char to be printed on the screen if isn't already active)
         jsr     COUT
         
         ; If we successfully switched to 80 column mode then the 80
@@ -43,7 +43,7 @@ _videomode:
         ; The 80 column firmware isn't already active so we need to
         ; initialize it - causing the screen to be cleared and thus
         ; the garbage char printed above to be erased (but for some
-        ; reason the cursor horizontal position not not be zeroed)
+        ; reason the cursor horizontal position not to be zeroed)
         stz     CH
 
         ; Initializing the 80 column firmware needs the ROM switched