mirror of
https://github.com/holub/mame
synced 2025-07-08 19:31:59 +03:00
upd765: Get ready from the correct place in sense interrupt status [O. Galibert]
This commit is contained in:
parent
bd496dae19
commit
350ca289b3
@ -1138,7 +1138,7 @@ void upd765_family_device::start_command(int cmd)
|
||||
floppy_info &fi = flopi[command[1] & 3];
|
||||
main_phase = PHASE_RESULT;
|
||||
result[0] = 0x08;
|
||||
if(get_ready(fi.id))
|
||||
if(fi.ready)
|
||||
result[0] |= 0x20;
|
||||
if(fi.dev)
|
||||
result[0] |=
|
||||
|
Loading…
Reference in New Issue
Block a user