summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxian.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxian.c')
-rw-r--r--src/mame/drivers/galaxian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galaxian.c b/src/mame/drivers/galaxian.c
index 9bb1dd161dc..8c9297c7f85 100644
--- a/src/mame/drivers/galaxian.c
+++ b/src/mame/drivers/galaxian.c
@@ -1859,7 +1859,7 @@ static MACHINE_DRIVER_START( mooncrst )
/* alternate memory map */
MDRV_CPU_MODIFY("maincpu")
MDRV_CPU_PROGRAM_MAP(mooncrst_map)
-
+
MDRV_IMPORT_FROM(mooncrst_audio)
MACHINE_DRIVER_END