]> git.sur5r.net Git - cc65/blobdiff - libsrc/pce/clrscr.s
use 'plot' instead of 'PLOT'
[cc65] / libsrc / pce / clrscr.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