From e2e2b02c3dbf9159d67b3a31ff4417d2f1bd7e25 Mon Sep 17 00:00:00 2001 From: izydorst Date: Mon, 23 Dec 2002 00:46:52 +0000 Subject: [PATCH] fixes in comments git-svn-id: svn://svn.cc65.org/cc65/trunk@1829 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/c128/c128-640-200-2.s | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libsrc/c128/c128-640-200-2.s b/libsrc/c128/c128-640-200-2.s index 2fac1b5a8..bb96599f7 100644 --- a/libsrc/c128/c128-640-200-2.s +++ b/libsrc/c128/c128-640-200-2.s @@ -13,15 +13,15 @@ ; (is the above true? I can't remember if interlace skips lines or takes them from two ; different places (same offset, different base)) ; -; X-axis resolution can be changed on the fly by manipulating xres header field so -; any resolution 8..708 is possible only with gfx-mode initialization changed. +; X-axis resolution can be changed by manipulating xres header field so +; any resolution 8..708 is possible only with gfx-mode initialization and CALC changed. ; -; With special initialization we can get 320x200 double-pixel mode (set 1 bit in one VDC reg) +; With special initialization and CALC we can get 320x200 double-pixel mode. ; ; Color translation values for BROWN and GRAY3 are obviously wrong, they could ; be replaced by equiv. of ORANGE and GRAY2 but this would give only 14 of 16 colors available. ; -; Register 25 ($19) is said to require different value on VDC v1, but I couldn't find what +; Register 25 ($19) is said to require different value for VDC v1, but I couldn't find what ; it should be. .include "zeropage.inc" @@ -784,7 +784,7 @@ LINE: lda #0 sta ERR sta ERR+1 - ; for (count=nk;count>0;--count) { + ; for (count=nx;count>0;--count) { lda NX ldx NX+1 sta COUNT -- 2.39.5