Previous 199869 Revisions Next

r18367 Tuesday 9th October, 2012 at 01:02:49 UTC by hap
added demon color overlay
[src/mame]mame.mak
[src/mame/drivers]cinemat.c
[src/mame/layout]demon.lay*

trunk/src/mame/layout/demon.lay
r0r18367
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="0.0" green="0.25" blue="1.0" />
7      </rect>
8      <rect>
9         <bounds left="0" top="0" right="400" bottom="22" />
10         <color red="1.0" green="0.25" blue="0.0" />
11      </rect>
12      <rect>
13         <bounds left="115" top="50" right="149" bottom="118" />
14         <color red="1.0" green="1.0" blue="0.0" />
15      </rect>
16      <rect>
17         <bounds left="154" top="178" right="243" bottom="215" />
18         <color red="1.0" green="1.0" blue="0.0" />
19      </rect>
20   </element>
21
22   <view name="Color Overlay">
23      <screen index="0">
24         <bounds left="0" top="0" right="4" bottom="3" />
25      </screen>
26      <overlay element="overlay">
27         <bounds left="0" top="0" right="4" bottom="3" />
28      </overlay>
29   </view>
30</mamelayout>
trunk/src/mame/drivers/cinemat.c
r18366r18367
3737#include "rendlay.h"
3838
3939#include "armora.lh"
40#include "demon.lh"
4041#include "starcas.lh"
4142#include "solarq.lh"
4243
r18366r18367
15101511GAME( 1981, boxingb,  0,       boxingb,  boxingb, cinemat_state,  boxingb,  ORIENTATION_FLIP_Y,   "Cinematronics", "Boxing Bugs", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
15111512GAME( 1981, wotw,     0,       wotw,     wotw, driver_device,     0,        ORIENTATION_FLIP_Y,   "Cinematronics", "War of the Worlds", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
15121513GAME( 1981, wotwc,    wotw,    wotwc,    wotw, driver_device,     0,        ORIENTATION_FLIP_Y,   "Cinematronics", "War of the Worlds (color)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
1513GAME( 1982, demon,    0,       demon,    demon, driver_device,    0,        ORIENTATION_FLIP_Y,   "Rock-Ola", "Demon", GAME_SUPPORTS_SAVE )
1514GAMEL(1982, demon,    0,       demon,    demon, driver_device,    0,        ORIENTATION_FLIP_Y,   "Rock-Ola", "Demon", GAME_SUPPORTS_SAVE, layout_demon )
15141515GAME( 1982, qb3,      0,       qb3,      qb3, cinemat_state,      qb3,      ORIENTATION_FLIP_Y,   "Rock-Ola", "QB-3 (prototype)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.mak
r18366r18367
20262026$(DRIVERS)/chqflag.o:   $(LAYOUT)/chqflag.lh
20272027
20282028$(DRIVERS)/cinemat.o:   $(LAYOUT)/armora.lh \
2029         $(LAYOUT)/demon.lh \
20292030         $(LAYOUT)/solarq.lh \
20302031         $(LAYOUT)/starcas.lh
20312032

Previous 199869 Revisions Next


© 1997-2024 The MAME Team