mirror of
https://github.com/holub/mame
synced 2025-06-29 15:38:53 +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)
|
||||
data_irq = true;
|
||||
else
|
||||
{
|
||||
other_irq = true;
|
||||
fi.st0_filled = true;
|
||||
fi.st0_filled = true;
|
||||
}
|
||||
check_irq();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user