mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-18 06:31:23 +00:00
Correctly set unit id
This commit is contained in:
parent
7dae74d734
commit
9eca99d9ad
@ -65,7 +65,7 @@ scsi_loop:
|
|||||||
/* SCSISelect */
|
/* SCSISelect */
|
||||||
|
|
||||||
clr.w -(%sp)
|
clr.w -(%sp)
|
||||||
move.w unit_id, -(%sp)
|
move.w unit_id(%pc), -(%sp)
|
||||||
SCSIDispatch(_SCSISelect)
|
SCSIDispatch(_SCSISelect)
|
||||||
|
|
||||||
/* SCSICmd */
|
/* SCSICmd */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user