upd765: Get ready from the correct place in sense interrupt status [O. Galibert]

This commit is contained in:
Olivier Galibert 2012-11-20 07:37:47 +00:00
parent bd496dae19
commit 350ca289b3

View File

@ -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] |=