2014-11-22 01:07:55 +01: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
|
|
|
|
|
|
|
|
CURS_X: .byte 0
|
|
|
|
CURS_Y: .byte 0
|
2014-11-29 20:07:30 +01:00
|
|
|
CURS_SAV: .byte 0
|
2014-11-22 01:07:55 +01:00
|
|
|
SCREEN_PTR: .res 2
|
|
|
|
|
2015-02-12 20:54:47 +01:00
|
|
|
; size 5
|
2015-02-03 22:42:35 +01:00
|
|
|
; Adjust size of this segment in osic1p.cfg if the size changes
|