upd765: set st0_filled only if not accessing data.

This commit is contained in:
mahlemiut 2013-06-04 09:18:18 +00:00
parent 167752d81c
commit a06a277164

View File

@ -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();
}