From 133a8f27c626155040a5e2b6f2c356f3311e56a4 Mon Sep 17 00:00:00 2001 From: Christopher RYU Date: Fri, 8 Sep 2023 11:02:54 +0900 Subject: [PATCH] Bump version, change one value from hex to decimal. --- bitsy.boot.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitsy.boot.s b/bitsy.boot.s index c51ea9a..1bcdfd0 100644 --- a/bitsy.boot.s +++ b/bitsy.boot.s @@ -94,7 +94,7 @@ L2050: sta $0400,y ldx #$15 L205A: txa jsr BASCALC - ldy #$14 + ldy #20 lda #$A1 ; screencode for "!" sta ($28),y dex @@ -174,7 +174,7 @@ SPLASH_SCREEN: .byte $16, $29 scrcode "BITSY BOOT" .byte $04, $23 - scrcode "1.0+" + scrcode "1.0a" .byte $15, $28 scrcode "BY" .byte $09, $1f