mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
upd765: set st0_filled only if not accessing data.
This commit is contained in:
parent
167752d81c
commit
a06a277164
@ -1311,8 +1311,10 @@ void upd765_family_device::command_end(floppy_info &fi, bool data_completion)
|
|||||||
if(data_completion)
|
if(data_completion)
|
||||||
data_irq = true;
|
data_irq = true;
|
||||||
else
|
else
|
||||||
|
{
|
||||||
other_irq = true;
|
other_irq = true;
|
||||||
fi.st0_filled = true;
|
fi.st0_filled = true;
|
||||||
|
}
|
||||||
check_irq();
|
check_irq();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user