Define the screen dimension defines in a more meaningful way.
This commit is contained in:
@@ -6,5 +6,5 @@ KBD := $DF00 ; Polled keyboard register
|
||||
|
||||
; Other definitions
|
||||
VIDEORAMSIZE = $0400 ; Size of C1P video RAM (1 kB)
|
||||
SCR_LINELEN = $18 ; screen width - 1
|
||||
SCR_HEIGHT = $18 ; screen height - 1
|
||||
SCR_LINELEN = $19 ; screen width
|
||||
SCR_HEIGHT = $19 ; screen height
|
||||
|
||||
Reference in New Issue
Block a user