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, 2 insertions, 0 deletions
diff --git a/src/mame/includes/asteroid.h b/src/mame/includes/asteroid.h
index 61d96b9f959..df4e2c38f69 100644
--- a/src/mame/includes/asteroid.h
+++ b/src/mame/includes/asteroid.h
@@ -14,6 +14,8 @@ public:
UINT8 *m_ram1;
UINT8 *m_ram2;
+ DECLARE_WRITE8_MEMBER(astdelux_coin_counter_w);
+ DECLARE_WRITE8_MEMBER(llander_led_w);
};