mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(placeholder)
This commit is contained in:
parent
085870c8fc
commit
1f1557407c
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -4422,6 +4422,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/spacezap.lay svneol=native#text/plain
|
||||
src/mame/layout/spacwalk.lay svneol=native#text/plain
|
||||
src/mame/layout/spectra.lay svneol=native#text/plain
|
||||
src/mame/layout/splus.lay svneol=native#text/plain
|
||||
|
@ -122,8 +122,9 @@
|
||||
#include "sound/astrocde.h"
|
||||
#include "sound/ay8910.h"
|
||||
|
||||
#include "tenpindx.lh"
|
||||
#include "gorf.lh"
|
||||
#include "spacezap.lh"
|
||||
#include "tenpindx.lh"
|
||||
|
||||
|
||||
/*************************************
|
||||
@ -1844,7 +1845,7 @@ GAME( 1978, seawolf2, 0, seawolf2, seawolf2, astrocde_state, seawolf2, ROT0,
|
||||
GAME( 1980, ebases, 0, ebases, ebases, astrocde_state, ebases, ROT0, "Dave Nutting Associates / Midway", "Extra Bases", GAME_SUPPORTS_SAVE )
|
||||
|
||||
/* 91354 CPU board + 90706 game board + 91356 RAM board + 91355 pattern board */
|
||||
GAME( 1980, spacezap, 0, spacezap, spacezap, astrocde_state, spacezap, ROT0, "Midway", "Space Zap", GAME_SUPPORTS_SAVE )
|
||||
GAMEL(1980, spacezap, 0, spacezap, spacezap, astrocde_state, spacezap, ROT0, "Midway", "Space Zap", GAME_SUPPORTS_SAVE, layout_spacezap )
|
||||
|
||||
/* 91354 CPU board + 90708 game board + 91356 RAM board + 91355 pattern board + 91397 memory board */
|
||||
GAME( 1980, wow, 0, wow, wow, astrocde_state, wow, ROT0, "Dave Nutting Associates / Midway", "Wizard of Wor", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
|
18
src/mame/layout/spacezap.lay
Normal file
18
src/mame/layout/spacezap.lay
Normal 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" green="1" blue="1" />
|
||||
</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>
|
@ -1969,6 +1969,7 @@ $(DRIVERS)/aristmk4.o: $(LAYOUT)/aristmk4.lh \
|
||||
$(LAYOUT)/gldnpkr.lh \
|
||||
|
||||
$(DRIVERS)/astrocde.o: $(LAYOUT)/gorf.lh \
|
||||
$(LAYOUT)/spacezap.lh \
|
||||
$(LAYOUT)/tenpindx.lh
|
||||
|
||||
$(DRIVERS)/atarifb.o: $(LAYOUT)/atarifb.lh \
|
||||
|
Loading…
Reference in New Issue
Block a user