]> git.sur5r.net Git - cc65/blobdiff - libsrc/plus4/plus4.inc
Make screensize() fetch the values dynamically instead of using variables
[cc65] / libsrc / plus4 / plus4.inc
index e4f53a76ce9e4f0ebff4da8a5cbe10908a0d5e23..0d51f0aaf852816703c85de220bd3b1297255e70 100644 (file)
@@ -41,6 +41,12 @@ IRQVec               = $0314
 BRKVec         = $0316
 NMIVec         = $0318
 
+; ---------------------------------------------------------------------------
+; Screen size
+
+XSIZE           = 40
+YSIZE           = 25
+
 ; ---------------------------------------------------------------------------
 ; I/O