Replace zeropage variable with standard tmp variable.

This commit is contained in:
Stephan Mühlstrasser
2015-02-12 21:29:19 +01:00
parent b1169cbb23
commit 94f83ea439
4 changed files with 6 additions and 6 deletions

View File

@@ -13,8 +13,7 @@
CURS_X: .byte 0
CURS_Y: .byte 0
CURS_SAV: .byte 0
SCREEN_PTR: .res 2
; size 5
; size 4
; Adjust size of this segment in osic1p.cfg if the size changes