]> git.sur5r.net Git - cc65/blob - libsrc/osic1p/extzp.s
Merge pull request #706 from xlar54/master
[cc65] / libsrc / osic1p / extzp.s
1 ;
2 ; Additional zero page locations for the Challenger 1P.
3 ; NOTE: The zeropage locations contained in this file get initialized
4 ; in the startup code, so if you change anything here, be sure to check
5 ; not only the linker config, but also the startup file.
6 ;
7
8 ; ------------------------------------------------------------------------
9
10         .include        "extzp.inc"
11
12 .segment        "EXTZP" : zeropage
13
14 CURS_X:         .res    1
15 CURS_Y:         .res    1
16 SCREEN_PTR:     .res    2
17 CHARBUF:        .res    1
18
19 ; size 5
20 ; Adjust size of the ZP segment in osic1p.cfg if the size changes