mirror of
https://codeberg.org/cryu/ProDOS_Snippits
synced 2025-02-10 08:30:34 +00:00
Bump version, change one value from hex to decimal.
This commit is contained in:
parent
17de358b95
commit
133a8f27c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user