mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
From Mr. Do!
mame/drivers/qix.c: +mame/layout/elecyoyo.lay: Add Mr. Do's layout to crop corners in Electric Yo-Yo.
This commit is contained in:
parent
0277103558
commit
311669e24d
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2345,6 +2345,7 @@ src/mame/layout/crusnexo.lay svneol=native#text/plain
|
||||
src/mame/layout/darius.lay svneol=native#text/plain
|
||||
src/mame/layout/deadeye.lay svneol=native#text/plain
|
||||
src/mame/layout/dlair.lay svneol=native#text/plain
|
||||
src/mame/layout/elecyoyo.lay svneol=native#text/plain
|
||||
src/mame/layout/firebeat.lay svneol=native#text/plain
|
||||
src/mame/layout/funworld.lay svneol=native#text/plain
|
||||
src/mame/layout/geebee.lay svneol=native#text/plain
|
||||
|
@ -222,9 +222,12 @@ Interrupts:
|
||||
***************************************************************************/
|
||||
|
||||
#include "driver.h"
|
||||
#include "rendlay.h"
|
||||
#include "machine/6821pia.h"
|
||||
#include "qix.h"
|
||||
|
||||
#include "elecyoyo.lh"
|
||||
|
||||
|
||||
|
||||
/*************************************
|
||||
@ -1115,8 +1118,8 @@ GAME( 1981, qixa, qix, qix, qix, 0, ROT270, "Taito Amer
|
||||
GAME( 1981, qixb, qix, qix, qix, 0, ROT270, "Taito America Corporation", "Qix (set 3)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1981, qix2, qix, qix, qix, 0, ROT270, "Taito America Corporation", "Qix II (Tournament)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1981, sdungeon, 0, mcu, sdungeon, 0, ROT270, "Taito America Corporation", "Space Dungeon", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1982, elecyoyo, 0, mcu, elecyoyo, 0, ROT270, "Taito America Corporation", "The Electric Yo-Yo (set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1982, elecyoy2, elecyoyo, mcu, elecyoyo, 0, ROT270, "Taito America Corporation", "The Electric Yo-Yo (set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAMEL(1982, elecyoyo, 0, mcu, elecyoyo, 0, ROT270, "Taito America Corporation", "The Electric Yo-Yo (set 1)", GAME_SUPPORTS_SAVE, layout_elecyoyo )
|
||||
GAMEL(1982, elecyoy2, elecyoyo, mcu, elecyoyo, 0, ROT270, "Taito America Corporation", "The Electric Yo-Yo (set 2)", GAME_SUPPORTS_SAVE, layout_elecyoyo )
|
||||
GAME( 1982, kram, 0, mcu, kram, 0, ROT0, "Taito America Corporation", "Kram (set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1982, kram2, kram, mcu, kram, 0, ROT0, "Taito America Corporation", "Kram (set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1982, kram3, kram, qix, kram, kram3, ROT0, "Taito America Corporation", "Kram (encrypted)", GAME_SUPPORTS_SAVE )
|
||||
|
24
src/mame/layout/elecyoyo.lay
Normal file
24
src/mame/layout/elecyoyo.lay
Normal file
@ -0,0 +1,24 @@
|
||||
<mamelayout version="2">
|
||||
<element name="crop">
|
||||
<rect>
|
||||
<color red="0" green="0" blue="0" />
|
||||
</rect>
|
||||
</element>
|
||||
<view name="Cropped Corners">
|
||||
<bezel element="crop">
|
||||
<bounds x="0" y="0" width="12" height="15" />
|
||||
</bezel>
|
||||
<bezel element="crop">
|
||||
<bounds x="288" y="0" width="12" height="15" />
|
||||
</bezel>
|
||||
<bezel element="crop">
|
||||
<bounds x="0" y="385" width="12" height="15" />
|
||||
</bezel>
|
||||
<bezel element="crop">
|
||||
<bounds x="288" y="385" width="12" height="15" />
|
||||
</bezel>
|
||||
<screen index="0">
|
||||
<bounds x="0" y="0" width="300" height="400" />
|
||||
</screen>
|
||||
</view>
|
||||
</mamelayout>
|
@ -1711,6 +1711,8 @@ $(DRIVERS)/pmpoker.o: $(LAYOUT)/pmpoker.lh \
|
||||
$(LAYOUT)/goldnpkr.lh \
|
||||
$(LAYOUT)/pottnpkr.lh
|
||||
|
||||
$(DRIVERS)/qix.o: $(LAYOUT)/elecyoyo.lh
|
||||
|
||||
$(DRIVERS)/sbrkout.o: $(LAYOUT)/sbrkout.lh
|
||||
|
||||
$(DRIVERS)/sspeedr.o: $(LAYOUT)/sspeedr.lh
|
||||
|
Loading…
Reference in New Issue
Block a user