Revert "prevent DOS 3.3P escape"

This commit is contained in:
4am 2019-05-05 09:55:18 -04:00 committed by GitHub
parent 384a510b4d
commit 94637816bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 13 deletions

View File

@ -59,20 +59,18 @@ TraceSpecDel3
lda $1212
cmp #$D8
bne SDfail
ldy #$00
lda $10D1
cmp #$A2
beq +
ldy #$04
+ lda #$4C
sta $10D1,Y
sta $10EC,Y
lda #$4C
sta $10D5
lda #<TraceSpecDel4
sta $10D2,Y
sta $10ED,Y
sta $10D6
lda #>TraceSpecDel4
sta $10D3,Y
sta $10EE,Y
sta $10D7
lda #$4C
sta $10F0
lda #<TraceSpecDel4
sta $10F1
lda #>TraceSpecDel4
sta $10F2
jmp $1212
TraceSpecDel4

View File

@ -280,7 +280,7 @@ StringTableHigh
; can be set directly before calling PrintByID.
;
.header
!text "Passport by 4am 2019-05-04",$00
!text "Passport by 4am 2019-05-03",$00
.mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " "