Moved boot text out of IIgs copyright message area.

Having the boot text start at the left border of the third line makes it look nice on the cold boot screen of all Apple II's - and there's where the user sees it for some time while waiting for the RPi to come up.
This commit is contained in:
Oliver Schmidt 2022-08-20 00:11:56 +02:00 committed by Terence Boldt
parent 7b3c5a13c3
commit 88de535ddf

View File

@ -73,10 +73,11 @@ Start:
lda #$fd lda #$fd
sta $37 sta $37
;jsr Home ;clear screen and show menu options ;jsr Home ;clear screen and show menu options
lda #$10 lda #$02
sta vtab sta vtab
jsr BasCalc jsr BasCalc
ldy #$00 ldy #$00
sty htab
PrintString: PrintString:
lda Text,y lda Text,y
beq WaitForRPi beq WaitForRPi