mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-25 09:31:27 +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.]
|
; 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
|
||||||
|
@ -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 " "
|
||||||
|
Loading…
Reference in New Issue
Block a user