mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2024-11-19 16:32:45 +00:00
Was not deleting .ATBOOT as intended
This commit is contained in:
parent
ca65b82602
commit
9e2657682a
@ -93,7 +93,7 @@ GoHereFromReadTrap
|
||||
lea $32(SP),SP
|
||||
move.w $18(A4),D0 ; ioRefNum
|
||||
dc.w $A03E ; _DrvrRemove
|
||||
move.w #-52,D0 ; ioRefNum ; also delete .ATBOOT for neatness
|
||||
move.w #-51,D0 ; ioRefNum ; also delete .ATBOOT for neatness
|
||||
dc.w $A03E ; _DrvrRemove
|
||||
|
||||
; A3 = our driver in sysheap (plus user record)
|
||||
|
Loading…
Reference in New Issue
Block a user