Consistent naming for screen dimension constants.

This commit is contained in:
Stephan Mühlstrasser
2015-02-22 19:55:19 +01:00
parent a7dabcda47
commit c3b014560e
3 changed files with 4 additions and 4 deletions

View File

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