This commit is contained in:
Michaël Banaan Ananas 2013-11-22 20:56:38 +00:00
parent 5498398fe5
commit 1684adab21
4 changed files with 22 additions and 3 deletions

1
.gitattributes vendored
View File

@ -5451,6 +5451,7 @@ src/mame/layout/gorf.lay svneol=native#text/plain
src/mame/layout/grchamp.lay svneol=native#text/plain
src/mame/layout/gridiron.lay svneol=native#text/plain
src/mame/layout/gunchamp.lay svneol=native#text/plain
src/mame/layout/gunchamps.lay svneol=native#text/plain
src/mame/layout/gunfight.lay svneol=native#text/plain
src/mame/layout/gypsyjug.lay svneol=native#text/plain
src/mame/layout/icecold.lay svneol=native#text/plain

View File

@ -163,7 +163,7 @@ Given CS numbers this is released after the other GunChamp
#include "emu.h"
#include "cpu/scmp/scmp.h"
#include "gunchamp.lh"
#include "gunchamps.lh"
class supershot_state : public driver_device
@ -399,4 +399,4 @@ ROM_END
GAME( 1979, sshot, 0, supershot, supershot, driver_device, 0, ROT0, "Model Racing", "Super Shot", GAME_IMPERFECT_GRAPHICS | GAME_NO_SOUND )
GAMEL(1980, gunchamps, gunchamp, supershot, supershot, driver_device, 0, ROT0, "Model Racing", "Gun Champ (newer, Super Shot hardware)", GAME_IMPERFECT_GRAPHICS | GAME_NO_SOUND | GAME_NOT_WORKING, layout_gunchamp )
GAMEL(1980, gunchamps, gunchamp, supershot, supershot, driver_device, 0, ROT0, "Model Racing", "Gun Champ (newer, Super Shot hardware)", GAME_IMPERFECT_GRAPHICS | GAME_NO_SOUND | GAME_NOT_WORKING, layout_gunchamps )

View File

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

View File

@ -2611,7 +2611,7 @@ $(DRIVERS)/sspeedr.o: $(LAYOUT)/sspeedr.lh
$(DRIVERS)/stactics.o: $(LAYOUT)/stactics.lh
$(DRIVERS)/sshot.o: $(LAYOUT)/gunchamp.lh
$(DRIVERS)/sshot.o: $(LAYOUT)/gunchamps.lh
$(DRIVERS)/sstrangr.o: $(LAYOUT)/sstrangr.lh