]> git.sur5r.net Git - cc65/blob - libsrc/gamate/extzp.inc
Fix ftell() on Apple II to return the correct value.
[cc65] / libsrc / gamate / extzp.inc
1 ;
2 ; extzp.inc for the Gamate
3 ;
4 ; Groepaz/Hitmen, 2015-11-27
5 ;
6 ; Assembler include file that imports the runtime zero page locations used
7 ; by the Gamate runtime, ready for usage in asm code.
8 ;
9
10         .global         CURS_X: zp
11         .global         CURS_Y: zp
12         .global         CHARCOLOR: zp
13         .global         RVS: zp
14         .global         BGCOLOR: zp
15         .global         tickcount: zp
16