]> git.sur5r.net Git - cc65/commitdiff
use 'plot' instead of 'PLOT' 177/head
authormrdudz <mrdudz@users.noreply.github.com>
Sun, 20 Sep 2015 10:18:41 +0000 (12:18 +0200)
committermrdudz <mrdudz@users.noreply.github.com>
Sun, 20 Sep 2015 10:18:41 +0000 (12:18 +0200)
libsrc/pce/clrscr.s
libsrc/pce/kplot.s

index f198be714340609073f34d51006e996e611f8cd9..e3f40bb8b78e11ae602c08f6428ac8765eca453b 100644 (file)
@@ -2,7 +2,7 @@
         .include        "pce.inc"
         .include        "extzp.inc"
 
-        .import PLOT
+        .import plot
         .export _clrscr
 _clrscr:
 
@@ -29,7 +29,7 @@ colloop:
 
         stz     CURS_X
         stz     CURS_Y
-        jmp     PLOT
+        jmp     plot
 
 ;-------------------------------------------------------------------------------
 ; force the init constructor to be imported
index 6c81e41522fbb6463d599cb25efcce8d4b9d293c..e4426d00573802465449700f3bb1f01acef218ed 100644 (file)
@@ -8,7 +8,7 @@ PLOT:
         bcs     @getpos
 
         tya
-        clc
+        ;clc                    ; already cleared
         adc     _plotlo,x
         sta     SCREEN_PTR