summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/homedata.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-22 13:53:02 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-22 13:53:35 -0500
commitb37f4794d805d440ac9290ebaa504fdc7b0bab92 (patch)
tree886c2ab07f52c756b8dbfa7337e05df97afae742 /src/mame/drivers/homedata.cpp
parent7331bddbeffcc6ca0116213b38071b4e91debce4 (diff)
Remove pulse_input_line version using CPU minimum quantum, which can (though ideally shouldn't) be used explicitly now (nw)
Diffstat (limited to 'src/mame/drivers/homedata.cpp')
-rw-r--r--src/mame/drivers/homedata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/homedata.cpp b/src/mame/drivers/homedata.cpp
index 5d87f0fc10b..faa8401f0d1 100644
--- a/src/mame/drivers/homedata.cpp
+++ b/src/mame/drivers/homedata.cpp
@@ -253,7 +253,7 @@ INTERRUPT_GEN_MEMBER(homedata_state::homedata_irq)
INTERRUPT_GEN_MEMBER(homedata_state::upd7807_irq)
{
- device.execute().pulse_input_line(UPD7810_INTF1, 1);
+ device.execute().pulse_input_line(UPD7810_INTF1, device.execute().minimum_quantum_time());
}