From 07369aa0976466c16a2c0aed459faddfe8bca68e Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Wed, 24 Sep 2014 14:26:11 +0000 Subject: [PATCH] duh (nw) --- src/emu/machine/wd_fdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/machine/wd_fdc.c b/src/emu/machine/wd_fdc.c index a93dab6367c..78a985b3fab 100644 --- a/src/emu/machine/wd_fdc.c +++ b/src/emu/machine/wd_fdc.c @@ -1684,7 +1684,7 @@ void wd_fdc_t::live_run(attotime limit) } cur_live.bit_counter = 0; - if((cur_live.data_reg & 0xfe) != 0xf8) + if((cur_live.data_reg & 0xfe) == 0xf8) status |= S_DDM; live_delay(READ_SECTOR_DATA); return;