Use constants for screen width and height.

This commit is contained in:
Stephan Mühlstrasser
2015-02-12 20:54:47 +01:00
parent 5063e0ecca
commit 679f5aa675
7 changed files with 10 additions and 18 deletions

View File

@@ -14,8 +14,7 @@
CURS_X: .byte 0
CURS_Y: .byte 0
CURS_SAV: .byte 0
SCR_LINELEN: .byte 24
SCREEN_PTR: .res 2
; size 6
; size 5
; Adjust size of this segment in osic1p.cfg if the size changes