mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2024-12-22 01:30:18 +00:00
Banish some debug SysErrs
This commit is contained in:
parent
8457a01bcc
commit
ee0f2a224e
@ -615,19 +615,12 @@ status_drvStsCode ; tell them about some of our flags
|
|||||||
bra DrvrFinish
|
bra DrvrFinish
|
||||||
|
|
||||||
status_unknown
|
status_unknown
|
||||||
move.w $1A(A0),D0 ; dodgy, for debugging
|
|
||||||
add.w #$3000,D0
|
|
||||||
dc.w $A9C9
|
|
||||||
|
|
||||||
move.w #-18,$10(A0) ; ioResult
|
move.w #-18,$10(A0) ; ioResult
|
||||||
bra DrvrFinish
|
bra DrvrFinish
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
DrvrClose
|
DrvrClose
|
||||||
move.w #$4444,D0
|
|
||||||
dc.w $A9C9
|
|
||||||
|
|
||||||
move.w #0,$10(A0) ; ioResult
|
move.w #0,$10(A0) ; ioResult
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user