From: mrdudz Date: Sun, 20 Sep 2015 10:18:41 +0000 (+0200) Subject: use 'plot' instead of 'PLOT' X-Git-Tag: V2.16~231^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d453a72fb16f8a26a8a0443ccb34fe3927a98f8;p=cc65 use 'plot' instead of 'PLOT' --- diff --git a/libsrc/pce/clrscr.s b/libsrc/pce/clrscr.s index f198be714..e3f40bb8b 100644 --- a/libsrc/pce/clrscr.s +++ b/libsrc/pce/clrscr.s @@ -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 diff --git a/libsrc/pce/kplot.s b/libsrc/pce/kplot.s index 6c81e4152..e4426d005 100644 --- a/libsrc/pce/kplot.s +++ b/libsrc/pce/kplot.s @@ -8,7 +8,7 @@ PLOT: bcs @getpos tya - clc + ;clc ; already cleared adc _plotlo,x sta SCREEN_PTR