mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 23:27:51 +00:00
fire: make original version run even on integer machines
This commit is contained in:
@@ -50,12 +50,13 @@ FULLGR = $C052 ; Full screen, no text
|
|||||||
LORES = $C056 ; Enable LORES graphics
|
LORES = $C056 ; Enable LORES graphics
|
||||||
|
|
||||||
; monitor routines
|
; monitor routines
|
||||||
GR = $F390
|
ASOFT_GR = $F390
|
||||||
|
MON_SETGR = $FB40
|
||||||
|
|
||||||
fire_demo:
|
fire_demo:
|
||||||
|
|
||||||
; GR part
|
; GR part
|
||||||
jsr GR ; 3
|
jsr MON_SETGR ; 3
|
||||||
bit FULLGR ; 3
|
bit FULLGR ; 3
|
||||||
;==========
|
;==========
|
||||||
; 6
|
; 6
|
||||||
|
Reference in New Issue
Block a user