summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/asteroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/asteroid.h')
-rw-r--r--src/mame/includes/asteroid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/asteroid.h b/src/mame/includes/asteroid.h
index 42054d2c125..adb9d2b2f27 100644
--- a/src/mame/includes/asteroid.h
+++ b/src/mame/includes/asteroid.h
@@ -57,7 +57,7 @@ public:
DECLARE_WRITE8_MEMBER(earom_write);
DECLARE_WRITE8_MEMBER(earom_control_w);
- DECLARE_CUSTOM_INPUT_MEMBER(clock_r);
+ DECLARE_READ_LINE_MEMBER(clock_r);
INTERRUPT_GEN_MEMBER(asteroid_interrupt);
INTERRUPT_GEN_MEMBER(asterock_interrupt);