From: hoge hoge [mailto:c8cv@hotmail.com]

Sent: Sunday, August 09, 2009 8:39 AM
To: submit@mamedev.org
Subject: depthch overlay

Hi,

Attached diff for 0133u1 adds a simple color overlay for Depthcharge 
based on http://www.arcadeflyers.com/?page=flyer&db=videodb&id=1701&image=1 , 
clone subhunt is excluded since that's a different cab and no good photos were 
found. Related mametesters bug: http://www.mametesters.org/view.php?id=2858

hap
________________________________________
This commit is contained in:
Aaron Giles 2009-08-13 05:12:31 +00:00
parent e77d5b559a
commit 21d9be570c
5 changed files with 83 additions and 2 deletions

2
.gitattributes vendored
View File

@ -2620,6 +2620,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/depthch.lay svneol=native#text/plain
src/mame/layout/dlair.lay svneol=native#text/plain
src/mame/layout/drwho.lay svneol=native#text/plain
src/mame/layout/elecyoyo.lay svneol=native#text/plain
@ -2686,6 +2687,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/spacwalk.lay svneol=native#text/plain
src/mame/layout/sspeedr.lay svneol=native#text/plain
src/mame/layout/stactics.lay svneol=native#text/plain
src/mame/layout/starcas.lay svneol=native#text/plain

View File

@ -56,6 +56,8 @@
#include "cpu/i8085/i8085.h"
#include "vicdual.h"
#include "depthch.lh"
/*************************************
@ -3218,8 +3220,8 @@ ROM_END
*
*************************************/
GAME( 1977, depthch, 0, depthch, depthch, 0, ROT0, "Gremlin", "Depthcharge", GAME_IMPERFECT_SOUND )
GAME( 1977, depthcho, depthch, depthch, depthch, 0, ROT0, "Gremlin", "Depthcharge (older)", GAME_IMPERFECT_SOUND )
GAMEL(1977, depthch, 0, depthch, depthch, 0, ROT0, "Gremlin", "Depthcharge", GAME_IMPERFECT_SOUND, layout_depthch )
GAMEL(1977, depthcho, depthch, depthch, depthch, 0, ROT0, "Gremlin", "Depthcharge (older)", GAME_IMPERFECT_SOUND, layout_depthch )
GAME( 1977, subhunt, depthch, depthch, depthch, 0, ROT0, "Taito", "Sub Hunter", GAME_IMPERFECT_SOUND )
GAME( 1977, safari, 0, safari, safari, 0, ROT0, "Gremlin", "Safari", GAME_NO_SOUND )
GAME( 1978, frogs, 0, frogs, frogs, 0, ROT0, "Gremlin", "Frogs", GAME_IMPERFECT_SOUND )

View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<mamelayout version="2">
<element name="overlay">
<rect>
<bounds left="0" top="0" right="256" bottom="224" />
<color red="0.27" green="0.53" blue="0.8" />
</rect>
</element>
<view name="Color Overlay">
<screen index="0">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
<overlay name="overlay" element="overlay">
<bounds left="0" top="0" right="4" bottom="3" />
</overlay>
</view>
</mamelayout>

View File

@ -0,0 +1,57 @@
<?xml version="1.0"?>
<mamelayout version="2">
<element name="overlay">
<rect>
<bounds left="0" top="0" right="260" bottom="224" />
<color red="1" green="1" blue="1" />
</rect>
<rect>
<bounds left="0" top="158" right="131" bottom="181" />
<color red="0.2" green="0.5" blue="1" />
</rect>
<rect>
<bounds left="131" top="158" right="260" bottom="181" />
<color red="0" green="0.9" blue="0.5" />
</rect>
<rect>
<bounds left="0" top="181" right="131" bottom="207" />
<color red="0" green="0.9" blue="0.5" />
</rect>
<rect>
<bounds left="131" top="181" right="260" bottom="207" />
<color red="0.2" green="0.5" blue="1" />
</rect>
<rect>
<bounds left="0" top="207" right="47" bottom="224" />
<color red="0.2" green="0.5" blue="1" />
</rect>
<rect>
<bounds left="47" top="207" right="122" bottom="224" />
<color red="1" green="1" blue="0.25" />
</rect>
<rect>
<bounds left="122" top="207" right="141" bottom="224" />
<color red="1" green="0.2" blue="0.15" />
</rect>
<rect>
<bounds left="141" top="207" right="218" bottom="224" />
<color red="1" green="1" blue="0.25" />
</rect>
<rect>
<bounds left="218" top="207" right="260" bottom="224" />
<color red="0" green="0.9" blue="0.5" />
</rect>
</element>
<view name="Color Overlay">
<screen index="0">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
<overlay name="overlay" element="overlay">
<bounds left="0" top="0" right="4" bottom="3" />
</overlay>
</view>
</mamelayout>

View File

@ -1822,6 +1822,8 @@ $(DRIVERS)/tx1.o: $(LAYOUT)/buggybjr.lh \
$(DRIVERS)/undrfire.o: $(LAYOUT)/cbombers.lh
$(DRIVERS)/vicdual.o: $(LAYOUT)/depthch.lh
$(DRIVERS)/videopin.o: $(LAYOUT)/videopin.lh
$(DRIVERS)/videopkr.o: $(LAYOUT)/videopkr.lh \