mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
spcenctr .lay placeholder, this one is kinda complex but i always wanted to add it to internal artwork
This commit is contained in:
parent
7207e77006
commit
34d96fe7ed
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -4430,6 +4430,7 @@ 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/spcenctr.lay svneol=native#text/plain
|
||||
src/mame/layout/spectra.lay svneol=native#text/plain
|
||||
src/mame/layout/splus.lay svneol=native#text/plain
|
||||
src/mame/layout/spyhunt.lay svneol=native#text/plain
|
||||
|
@ -158,6 +158,7 @@
|
||||
#include "invad2ct.lh"
|
||||
#include "lagunar.lh"
|
||||
#include "spacwalk.lh"
|
||||
#include "spcenctr.lh"
|
||||
|
||||
|
||||
|
||||
@ -3176,7 +3177,7 @@ ROM_END
|
||||
/* 642 */ GAME( 1978, einning, 0, dplay, einning, driver_device, 0, ROT0, "Midway / Taito", "Extra Inning / Ball Park II", GAME_SUPPORTS_SAVE )
|
||||
/* 643 */ GAME( 1978, shuffle, 0, shuffle, shuffle, driver_device, 0, ROT90, "Midway", "Shuffleboard", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
/* 644 */ GAME( 1977, dogpatch, 0, dogpatch, dogpatch, driver_device, 0, ROT0, "Midway", "Dog Patch", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
/* 645 */ GAME( 1980, spcenctr, 0, spcenctr, spcenctr, driver_device, 0, ROT0, "Midway", "Space Encounters", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
/* 645 */ GAMEL(1980, spcenctr, 0, spcenctr, spcenctr, driver_device, 0, ROT0, "Midway", "Space Encounters", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_spcenctr )
|
||||
/* 652 */ GAMEL(1979, phantom2, 0, phantom2, phantom2, driver_device, 0, ROT0, "Midway", "Phantom II", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_hoa0a0ff )
|
||||
/* 730 */ GAME( 1978, bowler, 0, bowler, bowler, driver_device, 0, ROT90, "Midway", "Bowling Alley", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
/* 739 */ GAMEL(1978, invaders, 0, invaders, invaders, driver_device, 0, ROT270, "Taito / Midway", "Space Invaders / Space Invaders M", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
|
@ -33,6 +33,9 @@
|
||||
</element>
|
||||
|
||||
|
||||
<!-- NOTE: still need to add the RPM tachometers, -->
|
||||
<!-- but first figure out how they're hooked up -->
|
||||
|
||||
<view name="Color Overlay">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="400" bottom="300" />
|
||||
|
17
src/mame/layout/spcenctr.lay
Normal file
17
src/mame/layout/spcenctr.lay
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<mamelayout version="2">
|
||||
<element name="overlay">
|
||||
<rect>
|
||||
<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 element="overlay">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</overlay>
|
||||
</view>
|
||||
</mamelayout>
|
@ -2141,7 +2141,8 @@ $(DRIVERS)/mw8080bw.o: $(LAYOUT)/280zzzap.lh \
|
||||
$(LAYOUT)/invaders.lh \
|
||||
$(LAYOUT)/invad2ct.lh \
|
||||
$(LAYOUT)/lagunar.lh \
|
||||
$(LAYOUT)/spacwalk.lh
|
||||
$(LAYOUT)/spacwalk.lh \
|
||||
$(LAYOUT)/spcenctr.lh
|
||||
|
||||
$(DRIVERS)/meadows.o: $(LAYOUT)/deadeye.lh \
|
||||
$(LAYOUT)/gypsyjug.lh \
|
||||
|
Loading…
Reference in New Issue
Block a user