From 5f609164d6fc799d29a0fde67b91ee54300a23a5 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Wed, 30 Sep 2009 08:04:34 +0000 Subject: [PATCH] This is what was actually meant in the first place. git-svn-id: svn://svn.cc65.org/cc65/trunk@4279 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/videomode.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/apple2/videomode.s b/libsrc/apple2/videomode.s index 0a1f7f26c..8e157e9df 100644 --- a/libsrc/apple2/videomode.s +++ b/libsrc/apple2/videomode.s @@ -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 will not be zeroed) + ; reason the cursor horizontal position not to be zeroed) stz CH ; Initializing the 80 column firmware needs the ROM switched -- 2.39.5