mirror of
https://github.com/a2-4am/passport.git
synced 2025-08-13 02:25:17 +00:00
fixed typo in Pascal bootloader identification
This commit is contained in:
@@ -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 " "
|
||||||
|
Reference in New Issue
Block a user