fire: lament lack of CLEOL2 on IIe

This commit is contained in:
Vince Weaver 2019-01-03 16:15:47 -05:00
parent 6243a4be4b
commit d0f2f6c221

View File

@ -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: