passport/src/patchers/t00_earthware.a
2021-06-21 11:57:02 -04:00

27 lines
707 B
Plaintext

;-------------------------------
; #EARTHWARE
; reverse RWTS swapper requires
; timing bits for DOS sectors but
; not others
;
; in: gTrack = 0
; Caller found DOS 3.3 RWTS
; out: A=02,X=F6,Y=03
;
; tested on
; - Black Belt (Earthware Computer Services)
; - Zoo Master (Earthware Computer Services)
; - Star Search (Earthware Computer Services)
;-------------------------------
EARTHWARE
lda #$02
ldx #$F6
jsr compare3
!byte $4C,$89,$B6
bcs @exit ; passport-test-suite/Zoo Master.woz [C=0] here
jsr PrintByID
!byte s_bytrack
jsr modify3
!byte $BD,$8C,$C0
@exit