From d0f2f6c221ef057980fa21d75dbfe57e5ec84c5e Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 3 Jan 2019 16:15:47 -0500 Subject: [PATCH] fire: lament lack of CLEOL2 on IIe --- fire/fire_firmware.s | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fire/fire_firmware.s b/fire/fire_firmware.s index 803f8c42..5e10ca4a 100644 --- a/fire/fire_firmware.s +++ b/fire/fire_firmware.s @@ -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: