fixed typo in Pascal bootloader identification

This commit is contained in:
4am 2017-04-18 20:07:21 -04:00
parent 804d31e1f5
commit 398e849f8b
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ IDBootloader
; Pascal 1.3 signature [thanks Marco V.] ; Pascal 1.3 signature [thanks Marco V.]
!byte $01,$E0,$07,$B0,$04,$E0,$40,$B0 !byte $01,$E0,$70,$B0,$04,$E0,$40,$B0
ldx #TRUE ldx #TRUE
bcc .pascal bcc .pascal
ldx #FALSE ldx #FALSE

View File

@ -196,7 +196,7 @@ StringTable
; can be set directly before calling PrintByID. ; can be set directly before calling PrintByID.
; ;
.header .header
!text "Passport by 4am 2017-04-04",00 !text "Passport by 4am 2017-04-18",00
.mainmenu .mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D !text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " " !text " "