Define the screen dimension defines in a more meaningful way.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user