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

@@ -6,5 +6,5 @@ KBD := $DF00 ; Polled keyboard register
; Other definitions
VIDEORAMSIZE = $0400 ; Size of C1P video RAM (1 kB)
SCR_LINELEN = $19 ; screen width
SCR_HEIGHT = $19 ; screen height
SCR_WIDTH = $19 ; Screen width
SCR_HEIGHT = $19 ; Screen height