From bed6c73c1f88fae0b23b1e7035145fa0a583d85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Mon, 8 Oct 2012 23:30:02 +0000 Subject: [PATCH] added spyhunt internal artwork --- .gitattributes | 1 + src/mame/drivers/mcr3.c | 5 +- src/mame/layout/spyhunt.lay | 174 ++++++++++++++++++++++++++++++++++++ src/mame/mame.mak | 3 +- 4 files changed, 180 insertions(+), 3 deletions(-) create mode 100644 src/mame/layout/spyhunt.lay diff --git a/.gitattributes b/.gitattributes index b5404fcd045..1d37b3d751e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4427,6 +4427,7 @@ 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 +src/mame/layout/spyhunt.lay svneol=native#text/plain src/mame/layout/sspeedr.lay svneol=native#text/plain src/mame/layout/sstrangr.lay svneol=native#text/plain src/mame/layout/stactics.lay svneol=native#text/plain diff --git a/src/mame/drivers/mcr3.c b/src/mame/drivers/mcr3.c index 81c1395dd00..b924cae6671 100644 --- a/src/mame/drivers/mcr3.c +++ b/src/mame/drivers/mcr3.c @@ -109,6 +109,7 @@ #include "includes/mcr.h" #include "includes/mcr3.h" +#include "spyhunt.lh" #include "turbotag.lh" @@ -1636,7 +1637,7 @@ GAME( 1986, powerdrv, 0, mono_sg, powerdrv, mcr3_state, powerdrv, ROT0, GAME( 1987, stargrds, 0, mono_sg, stargrds, mcr3_state, stargrds, ROT0, "Bally Midway", "Star Guards", GAME_SUPPORTS_SAVE ) /* MCR scrolling games */ -GAME( 1983, spyhunt, 0, mcrsc_csd, spyhunt, mcr3_state, spyhunt, ROT90, "Bally Midway", "Spy Hunter", GAME_SUPPORTS_SAVE ) -GAME( 1983, spyhuntp, spyhunt, mcrsc_csd, spyhunt, mcr3_state, spyhunt, ROT90, "Bally Midway", "Spy Hunter (Playtronic license)", GAME_SUPPORTS_SAVE ) +GAMEL(1983, spyhunt, 0, mcrsc_csd, spyhunt, mcr3_state, spyhunt, ROT90, "Bally Midway", "Spy Hunter", GAME_SUPPORTS_SAVE, layout_spyhunt ) +GAMEL(1983, spyhuntp, spyhunt, mcrsc_csd, spyhunt, mcr3_state, spyhunt, ROT90, "Bally Midway (Playtronic license)", "Spy Hunter (Playtronic license)", GAME_SUPPORTS_SAVE, layout_spyhunt ) GAME( 1984, crater, 0, mcrscroll, crater, mcr3_state, crater, ORIENTATION_FLIP_X, "Bally Midway", "Crater Raider", GAME_SUPPORTS_SAVE ) GAMEL(1985, turbotag, 0, mcrsc_csd, turbotag, mcr3_state, turbotag, ROT90, "Bally Midway", "Turbo Tag (prototype)", GAME_SUPPORTS_SAVE, layout_turbotag ) diff --git a/src/mame/layout/spyhunt.lay b/src/mame/layout/spyhunt.lay new file mode 100644 index 00000000000..856e89f1b6c --- /dev/null +++ b/src/mame/layout/spyhunt.lay @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/mame.mak b/src/mame/mame.mak index 3f93d9f3394..826b1138b20 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -2110,7 +2110,8 @@ $(DRIVERS)/maygay1b.o: $(LAYOUT)/maygay1b.lh $(DRIVERS)/mcr.o: $(LAYOUT)/dpoker.lh -$(DRIVERS)/mcr3.o: $(LAYOUT)/turbotag.lh +$(DRIVERS)/mcr3.o: $(LAYOUT)/spyhunt.lh \ + $(LAYOUT)/turbotag.lh $(DRIVERS)/mpoker.o: $(LAYOUT)/mpoker.lh