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

@@ -13,7 +13,7 @@
.include "osic1p.inc"
.proc screensize
ldx #(SCR_LINELEN + 1)
ldy #(SCR_HEIGHT + 1)
ldx #SCR_LINELEN
ldy #SCR_HEIGHT
rts
.endproc