fixed screensize, timertick, revers mode

This commit is contained in:
mrdudz
2015-07-16 16:00:32 +02:00
parent 1414411bba
commit 21ef6b8510
8 changed files with 86 additions and 27 deletions

View File

@@ -7,6 +7,7 @@
.export newline, plot
.import popa, _gotoxy
.import PLOT
.import xsize
.importzp tmp3,tmp4
@@ -38,7 +39,7 @@ cputdirect:
advance:
ldy CURS_X
iny
cpy #xsize
cpy xsize
bne L3
jsr newline ; new line
ldy #0 ; + cr