conio and most other stuff working now
This commit is contained in:
16
libsrc/gamate/extzp.s
Normal file
16
libsrc/gamate/extzp.s
Normal file
@@ -0,0 +1,16 @@
|
||||
;
|
||||
; Groepaz/Hitmen, 2015-11-19
|
||||
;
|
||||
; zeropage locations for exclusive use by the library
|
||||
;
|
||||
|
||||
.include "extzp.inc"
|
||||
|
||||
.segment "EXTZP" : zeropage
|
||||
|
||||
CURS_X: .res 1
|
||||
CURS_Y: .res 1
|
||||
CHARCOLOR: .res 1
|
||||
RVS: .res 1
|
||||
BGCOLOR: .res 1
|
||||
tickcount: .res 4
|
||||
Reference in New Issue
Block a user