Add warning for RPi startup

This commit is contained in:
Terence Boldt 2021-03-28 10:52:56 -04:00
parent b8fb17767b
commit 2df8b6964a
4 changed files with 17 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View File

@ -78,7 +78,9 @@ Text:
.byte "(c)2020-2021 Terence J. Boldt",$8d,$8d
.byte "1. Boot",$8d
.byte "2. File Access",$8d
.byte "3. Command Line",$8d,$00
.byte "3. Command Line",$8d,$8d
.byte "May take 45 seconds for RPi to start",$8d
.byte "after intial power-on...",$00
end:
rts

View File

@ -89,16 +89,22 @@ Current file: MenuFirmware.asm
00C577 1 32 2E 20 46 .byte "2. File Access",$8d
00C57B 1 69 6C 65 20
00C57F 1 41 63 63 65
00C586 1 33 2E 20 43 .byte "3. Command Line",$8d,$00
00C586 1 33 2E 20 43 .byte "3. Command Line",$8d,$8d
00C58A 1 6F 6D 6D 61
00C58E 1 6E 64 20 4C
00C597 1
00C597 1 end:
00C597 1 60 rts
00C598 1
00C598 1 00 00 00 00 .repeat 251-<end
00C59C 1 00 00 00 00
00C5A0 1 00 00 00 00
00C597 1 4D 61 79 20 .byte "May take 45 seconds for RPi to start",$8d
00C59B 1 74 61 6B 65
00C59F 1 20 34 35 20
00C5BC 1 61 66 74 65 .byte "after intial power-on...",$00
00C5C0 1 72 20 69 6E
00C5C4 1 74 69 61 6C
00C5D5 1
00C5D5 1 end:
00C5D5 1 60 rts
00C5D6 1
00C5D6 1 00 00 00 00 .repeat 251-<end
00C5DA 1 00 00 00 00
00C5DE 1 00 00 00 00
00C5FC 1 .byte 0
00C5FC 1 .endrepeat
00C5FC 1 00 00 .byte 0,0 ;0000 blocks = check status