From 4993418b5f796ce3ad4d378436b879c0b8b016b6 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Wed, 13 Jul 2011 18:27:07 +0000 Subject: [PATCH] Corrected Cosmic Monsters overlay to match that from a reference video of an actual cabinet. [Tafoid) --- .gitattributes | 1 + src/mame/drivers/8080bw.c | 5 +++-- src/mame/layout/cosmicm.lay | 26 ++++++++++++++++++++++++++ src/mame/mame.mak | 3 ++- 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 src/mame/layout/cosmicm.lay diff --git a/.gitattributes b/.gitattributes index 64383595177..ebe877ca7d7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3616,6 +3616,7 @@ src/mame/layout/clowns.lay svneol=native#text/plain src/mame/layout/connect4.lay svneol=native#text/plain src/mame/layout/contcirc.lay svneol=native#text/plain src/mame/layout/copsnrob.lay svneol=native#text/plain +src/mame/layout/cosmicm.lay svneol=native#text/plain src/mame/layout/crash.lay svneol=native#text/plain src/mame/layout/crmaze2p.lay svneol=native#text/plain src/mame/layout/crmaze4p.lay svneol=native#text/plain diff --git a/src/mame/drivers/8080bw.c b/src/mame/drivers/8080bw.c index df5af96f5f2..769818565db 100644 --- a/src/mame/drivers/8080bw.c +++ b/src/mame/drivers/8080bw.c @@ -189,6 +189,7 @@ #include "invrvnge.lh" #include "shuttlei.lh" +#include "cosmicm.lh" /*******************************************************/ /* */ @@ -3443,8 +3444,8 @@ GAMEL(1978, invaderl, invaders, invaders, sicv, 0, ROT270, "bootleg? (Logite GAMEL(1978, invader4, invaders, invaders, sicv, 0, ROT270, "bootleg", "Space Invaders Part Four", GAME_SUPPORTS_SAVE, layout_invaders ) GAMEL(1979, jspecter, invaders, invaders, jspecter, 0, ROT270, "bootleg (Jatre)", "Jatre Specter (set 1)", GAME_SUPPORTS_SAVE, layout_invaders ) GAMEL(1979, jspecter2,invaders, invaders, jspecter, 0, ROT270, "bootleg (Jatre)", "Jatre Specter (set 2)", GAME_SUPPORTS_SAVE, layout_invaders ) -GAMEL(1979, cosmicmo, invaders, invaders, cosmicmo, 0, ROT270, "Universal", "Cosmic Monsters", GAME_SUPPORTS_SAVE, layout_invaders ) -GAMEL(1979, cosmicm2, invaders, invaders, cosmicmo, 0, ROT270, "Universal", "Cosmic Monsters 2", GAME_SUPPORTS_SAVE, layout_invaders ) +GAMEL(1979, cosmicmo, invaders, invaders, cosmicmo, 0, ROT270, "Universal", "Cosmic Monsters", GAME_SUPPORTS_SAVE, layout_cosmicm ) +GAMEL(1979, cosmicm2, invaders, invaders, cosmicmo, 0, ROT270, "Universal", "Cosmic Monsters 2", GAME_SUPPORTS_SAVE, layout_cosmicm ) GAMEL(19??, superinv, invaders, invaders, superinv, 0, ROT270, "bootleg", "Super Invaders", GAME_SUPPORTS_SAVE, layout_invaders ) GAMEL(19??, invasion, invaders, invaders, invasion, 0, ROT270, "Sidam", "Invasion (Sidam)", GAME_SUPPORTS_SAVE, layout_invaders ) GAMEL(19??, invasiona,invaders, invaders, invasion, 0, ROT270, "bootleg", "Invasion (bootleg, set 1, normal graphics)", GAME_SUPPORTS_SAVE, layout_invaders ) // has Sidam replaced with 'Ufo Monster Attack' and standard GFX diff --git a/src/mame/layout/cosmicm.lay b/src/mame/layout/cosmicm.lay new file mode 100644 index 00000000000..bc5695afd6d --- /dev/null +++ b/src/mame/layout/cosmicm.lay @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/mame.mak b/src/mame/mame.mak index e709cd28f96..ebf53bcd97d 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -1817,7 +1817,8 @@ $(MAMEOBJ)/misc.a: \ #------------------------------------------------- $(DRIVERS)/8080bw.o: $(LAYOUT)/invrvnge.lh \ - $(LAYOUT)/shuttlei.lh + $(LAYOUT)/shuttlei.lh \ + $(LAYOUT)/cosmicm.lh $(DRIVERS)/acefruit.o: $(LAYOUT)/sidewndr.lh