]> git.sur5r.net Git - cc65/blobdiff - libsrc/osic1p/extzp.s
Adding ch376.h header, correcting some bugs
[cc65] / libsrc / osic1p / extzp.s
index 95f9394dcfc0a3220460cbe44b8668da952c6e33..b3bdaa0b77997bc19f2c556406ecb943554434db 100644 (file)
 
 .segment        "EXTZP" : zeropage
 
-CURS_X:         .byte   0
-CURS_Y:         .byte   0
-CURS_SAV:       .byte   0
+CURS_X:         .res    1
+CURS_Y:         .res    1
 SCREEN_PTR:     .res    2
+CHARBUF:        .res    1
 
 ; size 5
-; Adjust size of this segment in osic1p.cfg if the size changes
+; Adjust size of the ZP segment in osic1p.cfg if the size changes