]> git.sur5r.net Git - cc65/blobdiff - libsrc/osic1p/_scrsize.s
Consistent naming for screen dimension constants.
[cc65] / libsrc / osic1p / _scrsize.s
index b0241c547ff72f5336a141e99cda0d808b585c6f..be07234b4982e96f98e45adecd4eb372afeea4b7 100644 (file)
@@ -13,7 +13,7 @@
         .include        "osic1p.inc"
 
 .proc   screensize
-        ldx     #SCR_LINELEN
+        ldx     #SCR_WIDTH
         ldy     #SCR_HEIGHT
         rts
 .endproc