mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-03 12:31:32 +00:00
fire: lament lack of CLEOL2 on IIe
This commit is contained in:
parent
6243a4be4b
commit
d0f2f6c221
@ -51,6 +51,7 @@ OUTH = $05
|
||||
CV = $25
|
||||
BASL = $28
|
||||
BASH = $29
|
||||
H2 = $2C
|
||||
COLOR = $30
|
||||
|
||||
; 100 = $64
|
||||
@ -93,6 +94,13 @@ fire_demo:
|
||||
; we depend on the call to MON_SETGR leaving BASL:BASH set for line 39
|
||||
; (thanks to qkumba)
|
||||
|
||||
CLEOL2 = $FCA0 ; on original II, they got rid of it on IIe :(
|
||||
|
||||
|
||||
; lda #$ff ; 2 bytes shorter on II/II+
|
||||
; ldy #0
|
||||
; jsr CLEOL2
|
||||
|
||||
lda #$ff ; 2
|
||||
ldy #39 ; 2
|
||||
white_loop:
|
||||
|
Loading…
x
Reference in New Issue
Block a user