fixed more flaws found by greg :)

This commit is contained in:
mrdudz
2015-09-19 15:37:39 +02:00
parent 088a25437d
commit 859604407b
14 changed files with 58 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
.include "pce.inc"
.include "extzp.inc"
.import PLOT
.export _clrscr
_clrscr:
@@ -23,7 +25,11 @@ colloop:
dey
bne rowloop
rts
; Go to the home position.
stz CURS_X
stz CURS_Y
jmp PLOT
;-------------------------------------------------------------------------------
; force the init constructor to be imported