mirror of
https://github.com/a2-4am/passport.git
synced 2025-03-21 13:29:51 +00:00
Merge branch 'master' of https://github.com/a2-4am/passport
This commit is contained in:
commit
00b9e98b8b
src/id
@ -161,7 +161,6 @@ VerifyInfocom18
|
||||
stx $43
|
||||
stx $44
|
||||
stx $45
|
||||
bne +
|
||||
|
||||
.retryrw18
|
||||
jsr ReadNib
|
||||
@ -172,7 +171,7 @@ VerifyInfocom18
|
||||
bne --
|
||||
jsr .rw18pro
|
||||
bne .badrw18
|
||||
+ ldx $2D
|
||||
ldx $2D
|
||||
cmp $40,x
|
||||
beq .badrw18
|
||||
sta $40,x
|
||||
|
@ -41,7 +41,7 @@ TraceDOS32LO
|
||||
.TraceDOS32c
|
||||
lda #$03
|
||||
ldx #$0D
|
||||
ldy #$39
|
||||
ldy #$36
|
||||
jsr CompareMemory
|
||||
!byte $A6,$2B
|
||||
!byte $A9,$09
|
||||
@ -70,7 +70,6 @@ TraceDOS32LO
|
||||
!byte $AD,$CC,$03
|
||||
!byte $85,$3F
|
||||
!byte $E6,$3F
|
||||
!byte $6C,$3E,$00
|
||||
bcs .tryChoplifter
|
||||
lda $03CC
|
||||
cmp #$B2 ; RDOS
|
||||
@ -100,6 +99,18 @@ TraceDOS32LO
|
||||
lda #$00
|
||||
sta jCallRWTS+1
|
||||
|
||||
;don't let The Game Show print
|
||||
|
||||
lda $343
|
||||
eor #$4C
|
||||
bne +
|
||||
sta $345
|
||||
lda #$6C
|
||||
sta $343
|
||||
lda #$3E
|
||||
sta $344
|
||||
+
|
||||
|
||||
; set up final trace
|
||||
|
||||
lda #$4C
|
||||
|
Loading…
x
Reference in New Issue
Block a user