From 1f1557407cc6b8a0e12c1a02442fdb4673a7b3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sun, 7 Oct 2012 09:12:43 +0000 Subject: [PATCH] (placeholder) --- .gitattributes | 1 + src/mame/drivers/astrocde.c | 5 +++-- src/mame/layout/spacezap.lay | 18 ++++++++++++++++++ src/mame/mame.mak | 1 + 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 src/mame/layout/spacezap.lay diff --git a/.gitattributes b/.gitattributes index 8cbee66e450..6b7977864e3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4422,6 +4422,7 @@ src/mame/layout/snookr10.lay svneol=native#text/plain src/mame/layout/solarq.lay svneol=native#text/plain src/mame/layout/sos.lay svneol=native#text/plain src/mame/layout/spacewin.lay -text svneol=native#plain/text +src/mame/layout/spacezap.lay svneol=native#text/plain src/mame/layout/spacwalk.lay svneol=native#text/plain src/mame/layout/spectra.lay svneol=native#text/plain src/mame/layout/splus.lay svneol=native#text/plain 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 ) diff --git a/src/mame/layout/spacezap.lay b/src/mame/layout/spacezap.lay new file mode 100644 index 00000000000..b50e7351f85 --- /dev/null +++ b/src/mame/layout/spacezap.lay @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/mame/mame.mak b/src/mame/mame.mak index 5d079682bac..d1f0514751c 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -1969,6 +1969,7 @@ $(DRIVERS)/aristmk4.o: $(LAYOUT)/aristmk4.lh \ $(LAYOUT)/gldnpkr.lh \ $(DRIVERS)/astrocde.o: $(LAYOUT)/gorf.lh \ + $(LAYOUT)/spacezap.lh \ $(LAYOUT)/tenpindx.lh $(DRIVERS)/atarifb.o: $(LAYOUT)/atarifb.lh \