mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-10-31 14:08:27 +00:00
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:
parent
e59665427b
commit
0382d1cdcb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user