summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelco3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gaelco3d.h')
-rw-r--r--src/mame/includes/gaelco3d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/gaelco3d.h b/src/mame/includes/gaelco3d.h
index f69298b3653..6d0f4dc8eb4 100644
--- a/src/mame/includes/gaelco3d.h
+++ b/src/mame/includes/gaelco3d.h
@@ -56,8 +56,8 @@ public:
void gaelco3d2(machine_config &config);
void gaelco3d(machine_config &config);
- DECLARE_CUSTOM_INPUT_MEMBER(analog_bit_r);
- DECLARE_CUSTOM_INPUT_MEMBER(fp_analog_bit_r);
+ template <int N> DECLARE_READ_LINE_MEMBER(analog_bit_r);
+ template <int N> DECLARE_READ_LINE_MEMBER(fp_analog_bit_r);
private:
virtual void machine_start() override;