Tiny tweak

This commit is contained in:
Elliot Nunn 2021-02-23 10:36:57 +08:00
parent 78ccbcb20a
commit a902c2620b

View File

@ -199,10 +199,8 @@ dqDrvSz2 dc.w 0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
DrvrOpen DrvrOpen
move.l A0,-(SP) lea gMyDCE,A2 ; dodgy, need this for IODone
lea gMyDCE,A0 ; dodgy, need this for IODone move.l A1,(A2)
move.l A1,(A0)
move.l (SP)+,A0
move.w #0,$10(A0) ; ioResult move.w #0,$10(A0) ; ioResult
rts rts