passport/src/patchers/t00_earthware.a

29 lines
818 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)
; - Black Belt rev. 2 (Earthware Computer Services)
; - Zoo Master (Earthware Computer Services)
; - Zoo Master rev. 2 (Earthware Computer Services)
; - Star Search (Earthware Computer Services)
;-------------------------------
EARTHWARE
lda #$02
ldx #$F6
jsr compare3
!byte $4C,WILDCARD,$B6
bcs @exit ; passport-test-suite/Zoo Master.woz [C=0] here
jsr PrintByID
!byte s_bytrack
jsr modify3
!byte $BD,$8C,$C0
@exit