summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taitosj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taitosj.h')
-rw-r--r--src/mame/includes/taitosj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/taitosj.h b/src/mame/includes/taitosj.h
index 4736857f79d..56a1de866a7 100644
--- a/src/mame/includes/taitosj.h
+++ b/src/mame/includes/taitosj.h
@@ -58,7 +58,7 @@ public:
void init_spacecr();
DECLARE_CUSTOM_INPUT_MEMBER(input_port_4_f0_r);
- DECLARE_CUSTOM_INPUT_MEMBER(kikstart_gear_r);
+ template <int Player> DECLARE_CUSTOM_INPUT_MEMBER(kikstart_gear_r);
private:
required_shared_ptr<uint8_t> m_videoram_1;