Previous 199869 Revisions Next

r18586 Wednesday 17th October, 2012 at 20:55:22 UTC by hap
galactica color overlay according to brazilian fans of the game
[src/mame]mame.mak
[src/mame/drivers]8080bw.c
[src/mame/layout]galactic.lay* shuttlei.lay

trunk/src/mame/mame.mak
r18585r18586
19461946
19471947$(DRIVERS)/30test.o:   $(LAYOUT)/30test.lh
19481948
1949$(DRIVERS)/8080bw.o:   $(LAYOUT)/shuttlei.lh \
1950         $(LAYOUT)/cosmicm.lh
1949$(DRIVERS)/8080bw.o:   $(LAYOUT)/cosmicm.lh \
1950         $(LAYOUT)/galactic.lh \
1951         $(LAYOUT)/shuttlei.lh
19511952
19521953$(DRIVERS)/ace.o:      $(LAYOUT)/ace.lh
19531954
trunk/src/mame/layout/shuttlei.lay
r18585r18586
1<?xml version="1.0"?>
12<mamelayout version="2">
23   <element name="overlay">
34      <rect>
r18585r18586
1314         <color red="1" green="0.125" blue="0.125" />
1415      </rect>
1516   </element>
17
1618   <view name="Color_Overlay">
1719      <screen index="0">
1820         <bounds x="0" y="0" width="3" height="4" />
r18585r18586
2123         <bounds x="0" y="0" width="3" height="4" />
2224      </overlay>
2325   </view>
24</mamelayout>
No newline at end of file
26</mamelayout>
trunk/src/mame/layout/galactic.lay
r0r18586
1<?xml version="1.0"?>
2<mamelayout version="2">
3
4<!-- NOTE: color overlay needs verification from real cabinet (or old photo) -->
5
6   <element name="overlay">
7      <rect>
8         <bounds left="0" top="0" right="224" bottom="256" />
9         <color red="1" green="0.125" blue="0.125" />
10      </rect>
11      <rect>
12         <bounds left="0" top="55.5" right="224" bottom="69" />
13         <color red="0.125" green="1" blue="0.125" />
14      </rect>
15      <rect>
16         <bounds left="0" top="69" right="224" bottom="220" />
17         <color red="1" green="1" blue="0.0625" />
18      </rect>
19   </element>
20
21   <view name="Color_Overlay">
22      <screen index="0">
23         <bounds x="0" y="0" width="3" height="4" />
24      </screen>
25      <overlay element="overlay">
26         <bounds x="0" y="0" width="3" height="4" />
27      </overlay>
28   </view>
29</mamelayout>
trunk/src/mame/drivers/8080bw.c
r18585r18586
156156#include "sound/speaker.h"
157157#include "includes/8080bw.h"
158158
159#include "cosmicm.lh"
160#include "galactic.lh"
159161#include "shuttlei.lh"
160#include "cosmicm.lh"
161162
162163
163164/*******************************************************/
r18585r18586
39483949GAME( 1980, ballbomb,   0,        ballbomb,  ballbomb,  driver_device, 0, ROT270, "Taito", "Balloon Bomber", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )   /* missing clouds */
39493950GAME( 1980, indianbt,   0,        indianbt,  indianbt,  driver_device, 0, ROT270, "Taito", "Indian Battle", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )
39503951GAME( 1980, steelwkr,   0,        steelwkr,  steelwkr,  driver_device, 0, ROT0  , "Taito", "Steel Worker", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )
3951GAME( 19??, galactic,   0,        invaders,  galactic,  driver_device, 0, ROT270, "Taito do Brasil", "Galactica - Batalha Espacial", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // 19?? = 79/80/81, copyright not displayed
3952GAME( 19??, spacmiss,   galactic, invaders,  galactic,  driver_device, 0, ROT270, "bootleg?", "Space Missile - Space Fighting Game", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )
3952GAMEL(1980?,galactic,   0,        invaders,  galactic,  driver_device, 0, ROT270, "Taito do Brasil", "Galactica - Batalha Espacial", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_galactic )
3953GAMEL(1980?,spacmiss,   galactic, invaders,  galactic,  driver_device, 0, ROT270, "bootleg?", "Space Missile - Space Fighting Game", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_galactic )
39533954
39543955// Misc. manufacturers
39553956GAME( 1979, galxwars,   0,        invadpt2,  galxwars,  driver_device, 0, ROT270, "Universal", "Galaxy Wars (Universal set 1)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team