Define the screen dimension defines in a more meaningful way.

This commit is contained in:
Stephan Mühlstrasser
2015-02-22 16:27:13 +01:00
parent 965aded1ba
commit a7dabcda47
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ cputdirect:
; Advance cursor position
advance:
cpy #SCR_LINELEN ; xsize-1
cpy #(SCR_LINELEN - 1)
bne L3
jsr newline ; new line
ldy #$FF ; + cr