]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/apple2.inc
Make screensize() fetch the values dynamically instead of using variables
[cc65] / libsrc / apple2 / apple2.inc
index 78f323dd0059b9c713c0b156916916406ca21c40..7002f7aadc26d9aecad93ccf253dedfed0239475 100644 (file)
@@ -20,6 +20,12 @@ MEMSIZE      =       $73             ; Highest free RAM location
 BRKVec  =       $03F0           ; Break vector
 RESTOR =       $03D0           ; Goto Dos
 
+; ---------------------------------------------------------------------------
+; Screen size
+
+XSIZE           = 40
+YSIZE           = 24
+
 ;-----------------------------------------------------------------------------
 ; Hardware