summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/itech32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/itech32.h')
-rw-r--r--src/mame/includes/itech32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/itech32.h b/src/mame/includes/itech32.h
index 0dd727808d0..5db212c2ba3 100644
--- a/src/mame/includes/itech32.h
+++ b/src/mame/includes/itech32.h
@@ -75,7 +75,7 @@ public:
void init_gt3d();
void init_gt3dl();
- DECLARE_CUSTOM_INPUT_MEMBER(special_port_r);
+ DECLARE_READ_LINE_MEMBER(special_port_r);
protected:
required_device<cpu_device> m_maincpu;