]> git.sur5r.net Git - cc65/commitdiff
Video RAM mapping table was off by two bytes.
authorStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Thu, 5 Feb 2015 22:01:19 +0000 (23:01 +0100)
committerStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Thu, 5 Feb 2015 22:01:19 +0000 (23:01 +0100)
Fix contributed by Jeff Tranter.

libsrc/osic1p/cputc.s

index d343da951ee2671f2f2b17968408b6a67421be19..9cea787891c2261f13fe0ceb27eb12d302ef5a11 100644 (file)
@@ -70,10 +70,10 @@ putchar:
 
 .rodata
 
-ScrLo:  .byte   $83, $A3, $C3, $E3, $03, $23, $43, $63
-        .byte   $83, $A3, $C3, $E3, $03, $23, $43, $63
-        .byte   $83, $A3, $C3, $E3, $03, $23, $43, $63
-        .byte   $83
+ScrLo:  .byte   $85, $A5, $C5, $E5, $05, $25, $45, $65
+        .byte   $85, $A5, $C5, $E5, $05, $25, $45, $65
+        .byte   $85, $A5, $C5, $E5, $05, $25, $45, $65
+        .byte   $85
 
 ScrHi:  .byte   $D0, $D0, $D0, $D0, $D1, $D1, $D1, $D1
         .byte   $D1, $D1, $D1, $D1, $D2, $D2, $D2, $D2