mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
idectrl.c - fix phantom slave drive detection problem. [Peter Ferrie]
This commit is contained in:
parent
20478fc0c3
commit
87731393f5
@ -1180,6 +1180,10 @@ UINT32 ide_controller_device::ide_controller_read(int bank, offs_t offset, int s
|
|||||||
status &= ~IDE_STATUS_DRIVE_READY;
|
status &= ~IDE_STATUS_DRIVE_READY;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
switch (BANK(bank, offset))
|
switch (BANK(bank, offset))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user