Merge pull request #61 from peterferrie/master

support a SSI variation
This commit is contained in:
4am 2018-09-27 08:02:26 -04:00 committed by GitHub
commit 3cba1de488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -197,6 +197,9 @@ TraceDOS32LO
lda #>.RDOS13Hook
sta jCallRWTS+2
lda $BC76
cmp #$D5
beq .patchmap
lda #$C9 ; override address prologue to avoid reliance on $48
sta $BC75
lda #$D4

View File

@ -9,8 +9,9 @@
ldy gIsRDOS13
bne .exit
ldy #$0D
ldy #$0F
jsr SearchTrack
!byte $85,$00 ; STA $00
!byte $F0,$17 ; BEQ *+$19
!byte $20,$65,$BC; JSR $BC65
!byte $B0,$F7 ; BCS *-7
@ -27,7 +28,7 @@
pla
ldy #$01
jsr modify
!byte $D0 ; BNE
!byte $A9 ; LDA #$..
.exit
}