diff --git a/Apple2/MenuFirmware.asm b/Apple2/MenuFirmware.asm index 63e55b8..be5f352 100644 --- a/Apple2/MenuFirmware.asm +++ b/Apple2/MenuFirmware.asm @@ -156,15 +156,19 @@ finishRead: rol bcc finishRead pla -end: rts -; NOTE: The text below exactly fills the remaining 256 bytes of firmware Text: .byte "Apple2-IO-RPi",$8d .byte "(c)2020-2022 Terence J. Boldt",$8d .byte $8d -.byte "Waiting for RPi FW:000F...",$00 +.byte "Waiting for RPi FW:000F..." +end: +.byte $00 + +.repeat 251-