]> git.sur5r.net Git - cc65/blob - libsrc/gamate/extzp.s
Fixed _textcolor definition.
[cc65] / libsrc / gamate / extzp.s
1 ;
2 ; Groepaz/Hitmen, 2015-11-27
3 ;
4 ; zeropage locations for exclusive use by the library
5 ;
6
7         .include "extzp.inc"
8
9         .segment "EXTZP" : zeropage
10
11 CURS_X:         .res 1
12 CURS_Y:         .res 1
13 CHARCOLOR:      .res 1
14 RVS:            .res 1
15 BGCOLOR:        .res 1
16 tickcount:      .res 4