]> git.sur5r.net Git - cc65/blobdiff - libsrc/plus4/_scrsize.s
Revert "atari5200: fix COLOR defines' names"
[cc65] / libsrc / plus4 / _scrsize.s
index 19f92d7e5b7e3c44817c77f9303b3cc434fd83ad..4d3bae05d901d240137a91dfa6d51ea84a15adf8 100644 (file)
@@ -4,7 +4,7 @@
 ; Screen size variables
 ;
 
-       .export         screensize
+        .export         screensize
 
 ; We will return the values directly instead of banking in the ROM and calling
 ; SCREEN which is a lot more overhead in code size and CPU cycles.