Previous 199869 Revisions Next

r26369 Friday 22nd November, 2013 at 20:56:38 UTC by hap
ffs
[src/mame]mame.mak
[src/mame/drivers]sshot.c
[src/mame/layout]gunchamps.lay*

trunk/src/mame/mame.mak
r26368r26369
26112611
26122612$(DRIVERS)/stactics.o:  $(LAYOUT)/stactics.lh
26132613
2614$(DRIVERS)/sshot.o:     $(LAYOUT)/gunchamp.lh
2614$(DRIVERS)/sshot.o:     $(LAYOUT)/gunchamps.lh
26152615
26162616$(DRIVERS)/sstrangr.o:  $(LAYOUT)/sstrangr.lh
26172617
trunk/src/mame/layout/gunchamps.lay
r0r26369
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="overlay">
4      <rect>
5         <bounds left="0" top="0" right="400" bottom="300" />
6         <color red="1.0" green="1.0" blue="1.0" />
7      </rect>
8   </element>
9
10   <view name="Color Overlay">
11      <screen index="0">
12         <bounds left="0" top="0" right="4" bottom="3" />
13      </screen>
14      <overlay element="overlay">
15         <bounds left="0" top="0" right="4" bottom="3" />
16      </overlay>
17   </view>
18</mamelayout>
Property changes on: trunk/src/mame/layout/gunchamps.lay
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native
trunk/src/mame/drivers/sshot.c
r26368r26369
163163#include "emu.h"
164164#include "cpu/scmp/scmp.h"
165165
166#include "gunchamp.lh"
166#include "gunchamps.lh"
167167
168168
169169class supershot_state : public driver_device
r26368r26369
399399
400400
401401GAME( 1979, sshot,     0,        supershot, supershot, driver_device, 0, ROT0, "Model Racing", "Super Shot", GAME_IMPERFECT_GRAPHICS | GAME_NO_SOUND )
402GAMEL(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 )
402GAMEL(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 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team