From a440a8e0200a36491ae540f6f00beae59c148549 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 11 Feb 2013 07:44:56 +0000 Subject: Cleanups and version bump --- src/emu/machine/wd_fdc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/machine/wd_fdc.c') diff --git a/src/emu/machine/wd_fdc.c b/src/emu/machine/wd_fdc.c index 0711626d948..bb353c176c6 100644 --- a/src/emu/machine/wd_fdc.c +++ b/src/emu/machine/wd_fdc.c @@ -1002,10 +1002,10 @@ void wd_fdc_t::sector_w(UINT8 val) if (inverted_bus) val ^= 0xff; // No more than one write in flight - // C1581 accesses this register with an INC opcode, + // C1581 accesses this register with an INC opcode, // i.e. write old value, write new value, and the new value gets ignored by this //if(sector_buffer != -1) - // return; + // return; sector_buffer = val; delay_cycles(t_sector, dden ? delay_register_commit*2 : delay_register_commit); -- cgit v1.2.3-70-g09d2