]> git.sur5r.net Git - cc65/blobdiff - libsrc/osic1p/osic1p.inc
Consistent naming for screen dimension constants.
[cc65] / libsrc / osic1p / osic1p.inc
index f49bc122b5a1a818b9202c4d81262db92d59dace..b5d48f32eeb5b9d95f7ca4347b130c9e74bf0544 100644 (file)
@@ -6,5 +6,5 @@ KBD             := $DF00        ; Polled keyboard register
 \r
 ; Other definitions\r
 VIDEORAMSIZE    = $0400         ; Size of C1P video RAM (1 kB)\r
-SCR_LINELEN     = $19           ; screen width\r
-SCR_HEIGHT      = $19           ; screen height\r
+SCR_WIDTH       = $19           ; Screen width\r
+SCR_HEIGHT      = $19           ; Screen height\r