summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pntnpuzl.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-11-15 17:06:39 +0100
committer hap <happppp@users.noreply.github.com>2017-11-15 17:06:39 +0100
commit0b50eb90991f086ab4bc769090c589606dbd4093 (patch)
treeb2a14941bf7bb7eef1a9b3f75b4590246301239c /src/mame/drivers/pntnpuzl.cpp
parent705cee1a0cc0dc39a77b035edfc841cf28f02652 (diff)
Revert "pulse_input_line: change units to cycles and set default param to min_cycles (nw)"
This reverts commit 46bad5c707cadd5293828f78d1bcbbb0ae23749c.
Diffstat (limited to 'src/mame/drivers/pntnpuzl.cpp')
-rw-r--r--src/mame/drivers/pntnpuzl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pntnpuzl.cpp b/src/mame/drivers/pntnpuzl.cpp
index 3d80334da85..a5165b14d18 100644
--- a/src/mame/drivers/pntnpuzl.cpp
+++ b/src/mame/drivers/pntnpuzl.cpp
@@ -284,7 +284,7 @@ INPUT_CHANGED_MEMBER(pntnpuzl_state::coin_inserted)
{
/* TODO: change this! */
if(newval)
- m_maincpu->pulse_input_line((uint8_t)(uintptr_t)param);
+ m_maincpu->pulse_input_line((uint8_t)(uintptr_t)param, 1);
}
static INPUT_PORTS_START( pntnpuzl )