Previous 199869 Revisions Next

r18326 Sunday 7th October, 2012 at 09:12:43 UTC by hap
(placeholder)
[src/mame]mame.mak
[src/mame/drivers]astrocde.c
[src/mame/layout]spacezap.lay*

trunk/src/mame/drivers/astrocde.c
r18325r18326
122122#include "sound/astrocde.h"
123123#include "sound/ay8910.h"
124124
125#include "gorf.lh"
126#include "spacezap.lh"
125127#include "tenpindx.lh"
126#include "gorf.lh"
127128
128129
129130/*************************************
r18325r18326
18441845GAME( 1980, ebases,   0,    ebases,   ebases, astrocde_state,   ebases,   ROT0,   "Dave Nutting Associates / Midway", "Extra Bases", GAME_SUPPORTS_SAVE )
18451846
18461847/* 91354 CPU board + 90706 game board + 91356 RAM board + 91355 pattern board */
1847GAME( 1980, spacezap, 0,    spacezap, spacezap, astrocde_state, spacezap, ROT0,   "Midway", "Space Zap", GAME_SUPPORTS_SAVE )
1848GAMEL(1980, spacezap, 0,    spacezap, spacezap, astrocde_state, spacezap, ROT0,   "Midway", "Space Zap", GAME_SUPPORTS_SAVE, layout_spacezap )
18481849
18491850/* 91354 CPU board + 90708 game board + 91356 RAM board + 91355 pattern board + 91397 memory board */
18501851GAME( 1980, wow,      0,    wow,      wow, astrocde_state,      wow,      ROT0,   "Dave Nutting Associates / Midway", "Wizard of Wor", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.mak
r18325r18326
19691969         $(LAYOUT)/gldnpkr.lh \
19701970
19711971$(DRIVERS)/astrocde.o:   $(LAYOUT)/gorf.lh \
1972         $(LAYOUT)/spacezap.lh \
19721973         $(LAYOUT)/tenpindx.lh
19731974
19741975$(DRIVERS)/atarifb.o:   $(LAYOUT)/atarifb.lh \
trunk/src/mame/layout/spacezap.lay
r0r18326
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" green="1" blue="1" />
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 name="overlay" element="overlay">
15         <bounds left="0" top="0" right="4" bottom="3" />
16      </overlay>
17   </view>
18</mamelayout>

Previous 199869 Revisions Next


© 1997-2024 The MAME Team