Previous 199869 Revisions Next

r18496 Friday 12th October, 2012 at 20:17:40 UTC by hap
seawolf/seawolf2 internal artwork placeholders
[src/mame]mame.mak
[src/mame/drivers]astrocde.c mw8080bw.c
[src/mame/layout]seawolf.lay* seawolf2.lay*

trunk/src/mame/mame.mak
r18495r18496
19711971         $(LAYOUT)/gldnpkr.lh \
19721972
19731973$(DRIVERS)/astrocde.o:   $(LAYOUT)/gorf.lh \
1974         $(LAYOUT)/seawolf2.lh \
19741975         $(LAYOUT)/spacezap.lh \
19751976         $(LAYOUT)/tenpindx.lh
19761977
r18495r18496
21432144         $(LAYOUT)/invaders.lh \
21442145         $(LAYOUT)/invad2ct.lh \
21452146         $(LAYOUT)/lagunar.lh \
2147         $(LAYOUT)/seawolf.lh \
21462148         $(LAYOUT)/spacwalk.lh \
21472149         $(LAYOUT)/spcenctr.lh
21482150
trunk/src/mame/layout/seawolf.lay
r0r18496
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="overlay">
4      <rect>
5         <bounds left="0" top="0" right="4" bottom="3" />
6         <color red="1" green="1" blue="1" />
7      </rect>
8   </element>
9
10   <view name="Lamps + Color Overlay">
11      <screen index="0">
12         <bounds left="0" top="0" right="4" bottom="3" />
13      </screen>
14      <overlay name="overlay" element="overlay">
15         <bounds left="0" top="0" right="4" bottom="3" />
16      </overlay>
17   </view>
18</mamelayout>
trunk/src/mame/layout/seawolf2.lay
r0r18496
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="overlay">
4      <rect>
5         <bounds left="0" top="0" right="4" bottom="3" />
6         <color red="1" green="1" blue="1" />
7      </rect>
8   </element>
9
10   <view name="Lamps + Color Overlay">
11      <screen index="0">
12         <bounds left="0" top="0" right="4" bottom="3" />
13      </screen>
14      <overlay name="overlay" element="overlay">
15         <bounds left="0" top="0" right="4" bottom="3" />
16      </overlay>
17   </view>
18</mamelayout>
trunk/src/mame/drivers/mw8080bw.c
r18495r18496
157157#include "invaders.lh"
158158#include "invad2ct.lh"
159159#include "lagunar.lh"
160#include "seawolf.lh"
160161#include "spacwalk.lh"
161162#include "spcenctr.lh"
162163
r18495r18496
31553156
31563157/* PCB #              rom       parent    machine   inp       init              monitor,company,fullname,flags */
31573158
3158/* 596 */ GAME( 1976, seawolf,  0,        seawolf,  seawolf,  driver_device, 0, ROT0,   "Dave Nutting Associates / Midway", "Sea Wolf (set 1)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
3159/* 596 */ GAME( 1976, seawolfo, seawolf,  seawolf,  seawolf,  driver_device, 0, ROT0,   "Dave Nutting Associates / Midway", "Sea Wolf (set 2)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
3159/* 596 */ GAMEL(1976, seawolf,  0,        seawolf,  seawolf,  driver_device, 0, ROT0,   "Dave Nutting Associates / Midway", "Sea Wolf (set 1)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_seawolf )
3160/* 596 */ GAMEL(1976, seawolfo, seawolf,  seawolf,  seawolf,  driver_device, 0, ROT0,   "Dave Nutting Associates / Midway", "Sea Wolf (set 2)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_seawolf )
31603161/* 597 */ GAMEL(1975, gunfight, 0,        gunfight, gunfight, driver_device, 0, ROT0,   "Dave Nutting Associates / Midway", "Gun Fight (set 1)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_hoffff20 )
31613162/* 597 */ GAMEL(1975, gunfighto,gunfight, gunfight, gunfight, driver_device, 0, ROT0,   "Dave Nutting Associates / Midway", "Gun Fight (set 2)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_hoffff20 )
31623163/* 604 Gun Fight (cocktail, dump does not exist) */
trunk/src/mame/drivers/astrocde.c
r18495r18496
123123#include "sound/ay8910.h"
124124
125125#include "gorf.lh"
126#include "seawolf2.lh"
126127#include "spacezap.lh"
127128#include "tenpindx.lh"
128129
r18495r18496
18391840 *************************************/
18401841
18411842/* 90002 CPU board + 90700 game board + 91312 "characterization card" */
1842GAME( 1978, seawolf2, 0,    seawolf2, seawolf2, astrocde_state, seawolf2, ROT0,   "Dave Nutting Associates / Midway", "Seawolf II", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
1843GAMEL(1978, seawolf2, 0,    seawolf2, seawolf2, astrocde_state, seawolf2, ROT0,   "Dave Nutting Associates / Midway", "Sea Wolf II", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_seawolf2 )
18431844
18441845/* 91354 CPU board + 90700 game board + 91356 RAM board */
18451846GAME( 1980, ebases,   0,    ebases,   ebases, astrocde_state,   ebases,   ROT0,   "Dave Nutting Associates / Midway", "Extra Bases", GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team