summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/timeplt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/timeplt.h')
-rw-r--r--src/mame/includes/timeplt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/timeplt.h b/src/mame/includes/timeplt.h
index 97e64a6a347..32f04cb2927 100644
--- a/src/mame/includes/timeplt.h
+++ b/src/mame/includes/timeplt.h
@@ -38,7 +38,7 @@ public:
void psurge(machine_config &config);
void bikkuric(machine_config &config);
- DECLARE_CUSTOM_INPUT_MEMBER(chkun_hopper_status_r);
+ DECLARE_READ_LINE_MEMBER(chkun_hopper_status_r);
private:
required_device<cpu_device> m_maincpu;