Previous 199869 Revisions Next

r32351 Wednesday 24th September, 2014 at 14:26:11 UTC by O. Galibert
duh (nw)
[src/emu/machine]wd_fdc.c

trunk/src/emu/machine/wd_fdc.c
r32350r32351
16841684         }
16851685
16861686         cur_live.bit_counter = 0;
1687         if((cur_live.data_reg & 0xfe) != 0xf8)
1687         if((cur_live.data_reg & 0xfe) == 0xf8)
16881688            status |= S_DDM;
16891689         live_delay(READ_SECTOR_DATA);
16901690         return;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team