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
17