mirror of
https://codeberg.org/cryu/ProDOS_Snippits
synced 2025-08-13 03:25:09 +00:00
Bump version, change one value from hex to decimal.
This commit is contained in:
@@ -94,7 +94,7 @@ L2050: sta $0400,y
|
|||||||
ldx #$15
|
ldx #$15
|
||||||
L205A: txa
|
L205A: txa
|
||||||
jsr BASCALC
|
jsr BASCALC
|
||||||
ldy #$14
|
ldy #20
|
||||||
lda #$A1 ; screencode for "!"
|
lda #$A1 ; screencode for "!"
|
||||||
sta ($28),y
|
sta ($28),y
|
||||||
dex
|
dex
|
||||||
@@ -174,7 +174,7 @@ SPLASH_SCREEN:
|
|||||||
.byte $16, $29
|
.byte $16, $29
|
||||||
scrcode "BITSY BOOT"
|
scrcode "BITSY BOOT"
|
||||||
.byte $04, $23
|
.byte $04, $23
|
||||||
scrcode "1.0+"
|
scrcode "1.0a"
|
||||||
.byte $15, $28
|
.byte $15, $28
|
||||||
scrcode "BY"
|
scrcode "BY"
|
||||||
.byte $09, $1f
|
.byte $09, $1f
|
||||||
|
Reference in New Issue
Block a user