summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint4.h')
-rw-r--r--src/mame/includes/sprint4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/sprint4.h b/src/mame/includes/sprint4.h
index 802a0db5d88..ee7aa3dbe44 100644
--- a/src/mame/includes/sprint4.h
+++ b/src/mame/includes/sprint4.h
@@ -32,9 +32,9 @@ public:
void sprint4(machine_config &config);
- DECLARE_CUSTOM_INPUT_MEMBER(get_lever);
- DECLARE_CUSTOM_INPUT_MEMBER(get_wheel);
- DECLARE_CUSTOM_INPUT_MEMBER(get_collision);
+ template <int N> DECLARE_READ_LINE_MEMBER(lever_r);
+ template <int N> DECLARE_READ_LINE_MEMBER(wheel_r);
+ template <int N> DECLARE_READ_LINE_MEMBER(collision_flipflop_r);
private:
DECLARE_READ8_MEMBER(wram_r);