diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/emu/machine/wd17xx.c | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/emu/machine/wd17xx.c')
| -rw-r--r-- | src/emu/machine/wd17xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/wd17xx.c b/src/emu/machine/wd17xx.c index 57352f7ab87..386c110b780 100644 --- a/src/emu/machine/wd17xx.c +++ b/src/emu/machine/wd17xx.c @@ -376,7 +376,7 @@ void wd1770_device::wd17xx_set_intrq() /* set intrq after delay */ TIMER_CALLBACK_MEMBER( wd1770_device::wd17xx_command_callback ) -{ +{ if (m_last_command_data != FDC_FORCE_INT) { wd17xx_set_intrq(); |
