1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

use 'plot' instead of 'PLOT'

This commit is contained in:
mrdudz 2015-09-20 12:18:41 +02:00
parent 296489ba6c
commit 7d453a72fb
2 changed files with 3 additions and 3 deletions

View 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

View File

@ -8,7 +8,7 @@ PLOT:
bcs @getpos
tya
clc
;clc ; already cleared
adc _plotlo,x
sta SCREEN_PTR