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 adb9d2b2f27..71081755291 100644
--- a/src/mame/includes/asteroid.h
+++ b/src/mame/includes/asteroid.h
@@ -55,7 +55,7 @@ public:
DECLARE_READ8_MEMBER(earom_read);
DECLARE_WRITE8_MEMBER(earom_write);
- DECLARE_WRITE8_MEMBER(earom_control_w);
+ void earom_control_w(uint8_t data);
DECLARE_READ_LINE_MEMBER(clock_r);