]> git.sur5r.net Git - cc65/blob - libsrc/osic1p/extzp.s
e54e2b3063cc801d9924ea4197566e930b2f7bf9
[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:         .byte   0
15 CURS_Y:         .byte   0
16 SCREEN_PTR:     .res    2
17
18 ; size 4
19 ; Adjust size of this segment in osic1p.cfg if the size changes