summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cave.h')
-rw-r--r--src/mame/includes/cave.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/cave.h b/src/mame/includes/cave.h
index 5420a40b8b8..14cc4ce1b8d 100644
--- a/src/mame/includes/cave.h
+++ b/src/mame/includes/cave.h
@@ -53,8 +53,8 @@ public:
, m_led_outputs(*this, "led%u", 0U)
{ }
- DECLARE_CUSTOM_INPUT_MEMBER(korokoro_hopper_r);
- DECLARE_CUSTOM_INPUT_MEMBER(tjumpman_hopper_r);
+ DECLARE_READ_LINE_MEMBER(korokoro_hopper_r);
+ DECLARE_READ_LINE_MEMBER(tjumpman_hopper_r);
void init_uopoko();
void init_donpachi();