2014-11-22 00:07:55 +00:00
|
|
|
;
|
|
|
|
; Additional zero page locations for the Challenger 1P.
|
|
|
|
; NOTE: The zeropage locations contained in this file get initialized
|
|
|
|
; in the startup code, so if you change anything here, be sure to check
|
|
|
|
; not only the linker config, but also the startup file.
|
|
|
|
;
|
|
|
|
|
|
|
|
; ------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.include "extzp.inc"
|
|
|
|
|
|
|
|
.segment "EXTZP" : zeropage
|
|
|
|
|
2015-02-12 20:44:00 +00:00
|
|
|
CURS_X: .res 1
|
|
|
|
CURS_Y: .res 1
|
2014-11-22 00:07:55 +00:00
|
|
|
SCREEN_PTR: .res 2
|
2015-02-21 19:24:58 +00:00
|
|
|
CHARBUF: .res 1
|
2014-11-22 00:07:55 +00:00
|
|
|
|
2015-02-21 19:24:58 +00:00
|
|
|
; size 5
|
|
|
|
; Adjust size of the ZP segment in osic1p.cfg if the size changes
|