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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/asteroid.h b/src/mame/includes/asteroid.h
index 4104def464f..cbe2038e5d8 100644
--- a/src/mame/includes/asteroid.h
+++ b/src/mame/includes/asteroid.h
@@ -43,13 +43,13 @@ public:
DECLARE_WRITE8_MEMBER(asteroid_noise_reset_w);
DECLARE_WRITE8_MEMBER(llander_snd_reset_w);
DECLARE_WRITE8_MEMBER(llander_sounds_w);
-
+
DECLARE_CUSTOM_INPUT_MEMBER(clock_r);
-
+
INTERRUPT_GEN_MEMBER(asteroid_interrupt);
INTERRUPT_GEN_MEMBER(asterock_interrupt);
INTERRUPT_GEN_MEMBER(llander_interrupt);
-
+
DECLARE_DRIVER_INIT(asterock);
DECLARE_DRIVER_INIT(asteroidb);