fire: make original version run even on integer machines

This commit is contained in:
Vince Weaver 2019-01-02 22:24:29 -05:00
parent d1af21c3a5
commit 9e11243d24

View File

@ -50,12 +50,13 @@ FULLGR = $C052 ; Full screen, no text
LORES = $C056 ; Enable LORES graphics
; monitor routines
GR = $F390
ASOFT_GR = $F390
MON_SETGR = $FB40
fire_demo:
; GR part
jsr GR ; 3
jsr MON_SETGR ; 3
bit FULLGR ; 3
;==========
; 6