2015-11-29 01:14:59 +01:00
|
|
|
;
|
|
|
|
; extzp.inc for the Gamate
|
|
|
|
;
|
2015-11-29 20:04:10 +01:00
|
|
|
; Groepaz/Hitmen, 2015-11-27
|
2015-11-29 01:14:59 +01:00
|
|
|
;
|
|
|
|
; Assembler include file that imports the runtime zero page locations used
|
|
|
|
; by the Gamate runtime, ready for usage in asm code.
|
|
|
|
;
|
|
|
|
|
|
|
|
.global CURS_X: zp
|
|
|
|
.global CURS_Y: zp
|
|
|
|
.global CHARCOLOR: zp
|
|
|
|
.global RVS: zp
|
|
|
|
.global BGCOLOR: zp
|
|
|
|
.global tickcount: zp
|
|
|
|
|