mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-24 17:29:40 +00:00
fixed typo in Pascal bootloader identification
This commit is contained in:
parent
804d31e1f5
commit
398e849f8b
@ -109,7 +109,7 @@ IDBootloader
|
||||
|
||||
; 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
|
||||
bcc .pascal
|
||||
ldx #FALSE
|
||||
|
@ -196,7 +196,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2017-04-04",00
|
||||
!text "Passport by 4am 2017-04-18",00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user