]> git.sur5r.net Git - cc65/blob - libsrc/c1p/extzp.s
c55156f820e08052815856d9134bb6b477d874f6
[cc65] / libsrc / c1p / 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 CURS_SAV:       .byte   0
17 SCR_LINELEN:    .byte   24
18 SCREEN_PTR:     .res    2
19
20 ; size 6
21 ; Adjust size of this segment in c1p.cfg if the size changes