From d50cc849662715246d9d7b040b6eebe84fcbe2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Tue, 9 Oct 2012 01:02:49 +0000 Subject: [PATCH] added demon color overlay --- .gitattributes | 1 + src/mame/drivers/cinemat.c | 3 ++- src/mame/layout/demon.lay | 30 ++++++++++++++++++++++++++++++ src/mame/mame.mak | 1 + 4 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 src/mame/layout/demon.lay diff --git a/.gitattributes b/.gitattributes index 1d37b3d751e..15f8abf4367 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4297,6 +4297,7 @@ src/mame/layout/crusnexo.lay svneol=native#text/plain src/mame/layout/darius.lay svneol=native#text/plain src/mame/layout/dblaxle.lay svneol=native#text/plain src/mame/layout/deadeye.lay svneol=native#text/plain +src/mame/layout/demon.lay svneol=native#text/plain src/mame/layout/dendego.lay svneol=native#text/plain src/mame/layout/depthch.lay svneol=native#text/plain src/mame/layout/destroyr.lay svneol=native#text/plain diff --git a/src/mame/drivers/cinemat.c b/src/mame/drivers/cinemat.c index 3beeaf7ebc4..d88628a2159 100644 --- a/src/mame/drivers/cinemat.c +++ b/src/mame/drivers/cinemat.c @@ -37,6 +37,7 @@ #include "rendlay.h" #include "armora.lh" +#include "demon.lh" #include "starcas.lh" #include "solarq.lh" @@ -1510,5 +1511,5 @@ GAMEL(1981, solarq, 0, solarq, solarq, driver_device, 0, ORIE GAME( 1981, boxingb, 0, boxingb, boxingb, cinemat_state, boxingb, ORIENTATION_FLIP_Y, "Cinematronics", "Boxing Bugs", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) GAME( 1981, wotw, 0, wotw, wotw, driver_device, 0, ORIENTATION_FLIP_Y, "Cinematronics", "War of the Worlds", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) GAME( 1981, wotwc, wotw, wotwc, wotw, driver_device, 0, ORIENTATION_FLIP_Y, "Cinematronics", "War of the Worlds (color)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) -GAME( 1982, demon, 0, demon, demon, driver_device, 0, ORIENTATION_FLIP_Y, "Rock-Ola", "Demon", GAME_SUPPORTS_SAVE ) +GAMEL(1982, demon, 0, demon, demon, driver_device, 0, ORIENTATION_FLIP_Y, "Rock-Ola", "Demon", GAME_SUPPORTS_SAVE, layout_demon ) GAME( 1982, qb3, 0, qb3, qb3, cinemat_state, qb3, ORIENTATION_FLIP_Y, "Rock-Ola", "QB-3 (prototype)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) diff --git a/src/mame/layout/demon.lay b/src/mame/layout/demon.lay new file mode 100644 index 00000000000..f3c99429057 --- /dev/null +++ b/src/mame/layout/demon.lay @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/mame.mak b/src/mame/mame.mak index 826b1138b20..9a4aba1f8f4 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -2026,6 +2026,7 @@ $(DRIVERS)/changela.o: $(LAYOUT)/changela.lh $(DRIVERS)/chqflag.o: $(LAYOUT)/chqflag.lh $(DRIVERS)/cinemat.o: $(LAYOUT)/armora.lh \ + $(LAYOUT)/demon.lh \ $(LAYOUT)/solarq.lh \ $(LAYOUT)/starcas.lh