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
1 changed files with 2 additions and 1 deletions

View File

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