]> git.sur5r.net Git - cc65/blobdiff - cfg/osic1p.cfg
Implemented a one-character buffer for kbhit() and cgetc().
[cc65] / cfg / osic1p.cfg
index 10ce827fdb1bbebc164e9174ace4811d61cc0cc5..4771639a63e00ce29862c2c1575629d8d68b684c 100644 (file)
@@ -7,7 +7,7 @@ SYMBOLS {
 }
 MEMORY {
     # for size of ZP see runtime/zeropage.s and c1p/extzp.s
-    ZP:       file = "", define = yes, start = $0002, size = $001A + $0004;
+    ZP:       file = "", define = yes, start = $0002, size = $001A + $0005;
     RAM:      file = %O, define = yes, start = %S, size = __HIMEM__ - __STACKSIZE__ - %S;
 }
 SEGMENTS {