summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/homedata.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-11-15 15:40:43 +0100
committer hap <happppp@users.noreply.github.com>2017-11-15 15:40:43 +0100
commit46bad5c707cadd5293828f78d1bcbbb0ae23749c (patch)
tree082d0b88f9a3b2991b0e51c0d12c940239cbc3ab /src/mame/drivers/homedata.cpp
parent6c38fc2009aa7f242dafef5e0bbf33e14cdfd87d (diff)
pulse_input_line: change units to cycles and set default param to min_cycles (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..f052c6141e5 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);
}