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:
Aaron Giles 2008-03-13 15:29:29 +00:00
parent 0277103558
commit 311669e24d
4 changed files with 32 additions and 2 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -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 )

View 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>

View File

@ -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