]> git.sur5r.net Git - cc65/blobdiff - libsrc/vic20/vic20.inc
Make screensize() fetch the values dynamically instead of using variables
[cc65] / libsrc / vic20 / vic20.inc
index 3297fdbca6340be2e5903efa228b255c304d78f5..95c1f2fecf862a72bfe365061a3de1079d43e58b 100644 (file)
@@ -28,6 +28,12 @@ CURS_COLOR      = $287               ; Color under the cursor
 PALFLAG                = $2A6          ; $01 = PAL, $00 = NTSC
 
 
+; ---------------------------------------------------------------------------
+; Screen size
+
+XSIZE           = 22
+YSIZE           = 23                    
+
 ; ---------------------------------------------------------------------------
 ; Kernal routines