mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
use 'plot' instead of 'PLOT'
This commit is contained in:
parent
296489ba6c
commit
7d453a72fb
@ -2,7 +2,7 @@
|
|||||||
.include "pce.inc"
|
.include "pce.inc"
|
||||||
.include "extzp.inc"
|
.include "extzp.inc"
|
||||||
|
|
||||||
.import PLOT
|
.import plot
|
||||||
.export _clrscr
|
.export _clrscr
|
||||||
_clrscr:
|
_clrscr:
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ colloop:
|
|||||||
|
|
||||||
stz CURS_X
|
stz CURS_X
|
||||||
stz CURS_Y
|
stz CURS_Y
|
||||||
jmp PLOT
|
jmp plot
|
||||||
|
|
||||||
;-------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------
|
||||||
; force the init constructor to be imported
|
; force the init constructor to be imported
|
||||||
|
@ -8,7 +8,7 @@ PLOT:
|
|||||||
bcs @getpos
|
bcs @getpos
|
||||||
|
|
||||||
tya
|
tya
|
||||||
clc
|
;clc ; already cleared
|
||||||
adc _plotlo,x
|
adc _plotlo,x
|
||||||
sta SCREEN_PTR
|
sta SCREEN_PTR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user