mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
fire: make original version run even on integer machines
This commit is contained in:
parent
d1af21c3a5
commit
9e11243d24
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user