Previous 199869 Revisions Next

r18457 Thursday 11th October, 2012 at 18:23:29 UTC by hap
rm invrvnge color overlay: it doesn't have one
[src/mame]mame.mak
[src/mame/drivers]8080bw.c
[src/mame/layout]invrvnge.lay

trunk/src/mame/drivers/8080bw.c
r18456r18457
188188#include "sound/speaker.h"
189189#include "includes/8080bw.h"
190190
191#include "invrvnge.lh"
192191#include "shuttlei.lh"
193192#include "cosmicm.lh"
194193
r18456r18457
38793878GAME( 19??, darthvdr, invaders, darthvdr, darthvdr, driver_device, 0, ROT270, "bootleg", "Darth Vader", GAME_SUPPORTS_SAVE | GAME_NO_SOUND )
38803879GAME( 1979, moonbase, invadpt2, invadpt2, invadpt2, driver_device, 0, ROT270, "Nichibutsu (Taito license?)", "Moon Base (set 1)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // this has a 'Taito Corp' string hidden away in the rom - how do you get it to display?
38813880GAME( 1979, moonbasea,invadpt2, invadpt2, invadpt2, driver_device, 0, ROT270, "Nichibutsu", "Moon Base (set 2)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )                  // this has the same string replaced with Nichibutsu, no other differences
3882GAMEL(19??, invrvnge, 0,        invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd.", "Invader's Revenge",  GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_invrvnge )
3883GAMEL(19??, invrvngea,invrvnge, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd. (Dutchford license)", "Invader's Revenge (Dutchford)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_invrvnge )
3881GAME( 1980, invrvnge, 0,        invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd.", "Invader's Revenge",  GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )
3882GAME( 1980, invrvngea,invrvnge, invrvnge, invrvnge, driver_device, 0, ROT270, "Zenitone-Microsec Ltd. (Dutchford license)", "Invader's Revenge (Dutchford)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )
38843883GAME( 1980, spclaser, 0,        invadpt2, spclaser, driver_device, 0, ROT270, "Game Plan (Taito license)", "Space Laser", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE )
38853884GAME( 1980, intruder, spclaser, invadpt2, spclaser, driver_device, 0, ROT270, "Game Plan (Taito license)", "Intruder", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )
38863885GAME( 1980, laser,    spclaser, invadpt2, spclaser, driver_device, 0, ROT270, "bootleg (Leisure Time Electronics Inc.)", "Astro Laser (bootleg of Space Laser)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.mak
r18456r18457
19441944
19451945$(DRIVERS)/30test.o:   $(LAYOUT)/30test.lh
19461946
1947$(DRIVERS)/8080bw.o:   $(LAYOUT)/invrvnge.lh \
1948         $(LAYOUT)/shuttlei.lh \
1947$(DRIVERS)/8080bw.o:   $(LAYOUT)/shuttlei.lh \
19491948         $(LAYOUT)/cosmicm.lh
19501949
19511950$(DRIVERS)/aces1.o:   $(LAYOUT)/aces1.lh
trunk/src/mame/layout/invrvnge.lay
r18456r18457
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <element name="overlay">
4      <rect>
5         <bounds left="0" top="0" right="224" bottom="260" />
6         <color red="1" green="1" blue="1" />
7      </rect>
8      <rect>
9         <bounds left="0" top="188" right="224" bottom="260" />
10         <color red="0.125" green="1" blue="0.125" />
11      </rect>
12      <rect>
13         <bounds left="0" top="28" right="224" bottom="68" />
14         <color red="1" green="0.125" blue="0.125" />
15      </rect>
16   </element>
17
18   <view name="Color Overlay">
19      <screen index="0">
20         <bounds left="0" top="0" right="3" bottom="4" />
21      </screen>
22      <overlay name="overlay" element="overlay">
23         <bounds left="0" top="0" right="3" bottom="4" />
24      </overlay>
25   </view>
26</mamelayout>

Previous 199869 Revisions Next


© 1997-2024 The MAME Team