summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrocde.c
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-10-07 09:12:43 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-10-07 09:12:43 +0000
commit1f1557407cc6b8a0e12c1a02442fdb4673a7b3c3 (patch)
tree62b8078096203544f70c3fef271a064d84fbf0e8 /src/mame/drivers/astrocde.c
parent085870c8fcb1ab60a859545736a1d4d1e14abecf (diff)
(placeholder)
Diffstat (limited to 'src/mame/drivers/astrocde.c')
-rw-r--r--src/mame/drivers/astrocde.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/astrocde.c b/src/mame/drivers/astrocde.c
index dcaa7b2c798..24649d9a272 100644
--- a/src/mame/drivers/astrocde.c
+++ b/src/mame/drivers/astrocde.c
@@ -122,8 +122,9 @@
#include "sound/astrocde.h"
#include "sound/ay8910.h"
-#include "tenpindx.lh"
#include "gorf.lh"
+#include "spacezap.lh"
+#include "tenpindx.lh"
/*************************************
@@ -1844,7 +1845,7 @@ GAME( 1978, seawolf2, 0, seawolf2, seawolf2, astrocde_state, seawolf2, ROT0,
GAME( 1980, ebases, 0, ebases, ebases, astrocde_state, ebases, ROT0, "Dave Nutting Associates / Midway", "Extra Bases", GAME_SUPPORTS_SAVE )
/* 91354 CPU board + 90706 game board + 91356 RAM board + 91355 pattern board */
-GAME( 1980, spacezap, 0, spacezap, spacezap, astrocde_state, spacezap, ROT0, "Midway", "Space Zap", GAME_SUPPORTS_SAVE )
+GAMEL(1980, spacezap, 0, spacezap, spacezap, astrocde_state, spacezap, ROT0, "Midway", "Space Zap", GAME_SUPPORTS_SAVE, layout_spacezap )
/* 91354 CPU board + 90708 game board + 91356 RAM board + 91355 pattern board + 91397 memory board */
GAME( 1980, wow, 0, wow, wow, astrocde_state, wow, ROT0, "Dave Nutting Associates / Midway", "Wizard of Wor", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )