fixed more flaws found by greg :)

This commit is contained in:
mrdudz
2015-09-19 15:37:39 +02:00
parent 088a25437d
commit 859604407b
14 changed files with 58 additions and 15 deletions

View File

@@ -2,15 +2,6 @@
; PCE definitions. By Groepaz/Hitmem.
;
; FIXME: optimize zeropage usage
CURS_X = $30
CURS_Y = $31
SCREEN_PTR = $32 ;2
CHARCOLOR = $34
RVS = $35
BGCOLOR = $36
tickcount = $37 ;4
; FIXME: screen dimensions my change according to selected video mode
screenrows = (224/8)
charsperline = 61