It seems a certain file was missing...

This commit is contained in:
Robbbert 2012-09-14 22:14:54 +00:00
parent 8b185ef8c4
commit 2193801ec2
4 changed files with 165 additions and 2 deletions

1
.gitattributes vendored
View file

@ -4374,6 +4374,7 @@ src/mame/layout/re900.lay svneol=native#text/plain
src/mame/layout/rocknms.lay svneol=native#text/plain
src/mame/layout/roul.lay svneol=native#text/plain
src/mame/layout/roundup5.lay svneol=native#text/plain
src/mame/layout/rowamet.lay svneol=native#text/plain
src/mame/layout/royalcrd.lay svneol=native#text/plain
src/mame/layout/saiyukip.lay svneol=native#text/plain
src/mame/layout/sbrkout.lay svneol=native#text/plain

View file

@ -11,7 +11,7 @@
#include "emu.h"
#include "cpu/z80/z80.h"
#include "sound/dac.h"
// #include "rowamet.lh"
#include "rowamet.lh"
class rowamet_state : public driver_device
{
@ -121,7 +121,7 @@ static MACHINE_CONFIG_START( rowamet, rowamet_state )
MCFG_TIMER_ADD_PERIODIC("rowamet_timer", rowamet_timer, attotime::from_hz(200))
/* Video */
//MCFG_DEFAULT_LAYOUT(layout_rowamet)
MCFG_DEFAULT_LAYOUT(layout_rowamet)
/* Sound */
MCFG_SPEAKER_STANDARD_MONO("mono")

160
src/mame/layout/rowamet.lay Normal file
View file

@ -0,0 +1,160 @@
<!-- rowamet.lay -->
<!-- 2012-09-14: Initial version. [Robbbert] -->
<mamelayout version="2">
<element name="digit" defstate="0">
<led7seg>
<color red="1.0" green="0.0" blue="0.0" />
</led7seg>
</element>
<element name="background">
<rect>
<bounds left="0" top="0" right="1" bottom="1" />
<color red="0.0" green="0.0" blue="0.0" />
</rect>
</element>
<element name="P0"><text string="Balls"><color red="1.0" green="1.0" blue="1.0" /></text></element>
<element name="P1"><text string="Credits"><color red="1.0" green="1.0" blue="1.0" /></text></element>
<element name="P3"><text string="Player 1"><color red="1.0" green="1.0" blue="1.0" /></text></element>
<element name="P4"><text string="Player 2"><color red="1.0" green="1.0" blue="1.0" /></text></element>
<element name="P5"><text string="Player 3"><color red="1.0" green="1.0" blue="1.0" /></text></element>
<element name="P6"><text string="Player 4"><color red="1.0" green="1.0" blue="1.0" /></text></element>
<element name="P7"><text string="High Score"><color red="1.0" green="1.0" blue="1.0" /></text></element>
<view name="Default Layout">
<!-- Background -->
<backdrop element="background">
<bounds left="0" top="20" right="274" bottom="394" />
</backdrop>
<!-- LEDs -->
<!-- Player 1 Score -->
<bezel name="digit0" element="digit">
<bounds left="10" top="45" right="44" bottom="84" />
</bezel>
<bezel name="digit1" element="digit">
<bounds left="54" top="45" right="88" bottom="84" />
</bezel>
<bezel name="digit2" element="digit">
<bounds left="98" top="45" right="132" bottom="84" />
</bezel>
<bezel name="digit3" element="digit">
<bounds left="142" top="45" right="176" bottom="84" />
</bezel>
<bezel name="digit4" element="digit">
<bounds left="186" top="45" right="220" bottom="84" />
</bezel>
<bezel name="digit5" element="digit">
<bounds left="230" top="45" right="264" bottom="84" />
</bezel>
<!-- Player 2 Score -->
<bezel name="digit6" element="digit">
<bounds left="10" top="105" right="44" bottom="144" />
</bezel>
<bezel name="digit7" element="digit">
<bounds left="54" top="105" right="88" bottom="144" />
</bezel>
<bezel name="digit8" element="digit">
<bounds left="98" top="105" right="132" bottom="144" />
</bezel>
<bezel name="digit9" element="digit">
<bounds left="142" top="105" right="176" bottom="144" />
</bezel>
<bezel name="digit10" element="digit">
<bounds left="186" top="105" right="220" bottom="144" />
</bezel>
<bezel name="digit11" element="digit">
<bounds left="230" top="105" right="264" bottom="144" />
</bezel>
<!-- Player 3 Score -->
<bezel name="digit12" element="digit">
<bounds left="10" top="165" right="44" bottom="204" />
</bezel>
<bezel name="digit13" element="digit">
<bounds left="54" top="165" right="88" bottom="204" />
</bezel>
<bezel name="digit14" element="digit">
<bounds left="98" top="165" right="132" bottom="204" />
</bezel>
<bezel name="digit15" element="digit">
<bounds left="142" top="165" right="176" bottom="204" />
</bezel>
<bezel name="digit16" element="digit">
<bounds left="186" top="165" right="220" bottom="204" />
</bezel>
<bezel name="digit17" element="digit">
<bounds left="230" top="165" right="264" bottom="204" />
</bezel>
<!-- Player 4 Score -->
<bezel name="digit18" element="digit">
<bounds left="10" top="225" right="44" bottom="264" />
</bezel>
<bezel name="digit19" element="digit">
<bounds left="54" top="225" right="88" bottom="264" />
</bezel>
<bezel name="digit20" element="digit">
<bounds left="98" top="225" right="132" bottom="264" />
</bezel>
<bezel name="digit21" element="digit">
<bounds left="142" top="225" right="176" bottom="264" />
</bezel>
<bezel name="digit22" element="digit">
<bounds left="186" top="225" right="220" bottom="264" />
</bezel>
<bezel name="digit23" element="digit">
<bounds left="230" top="225" right="264" bottom="264" />
</bezel>
<!-- High Score -->
<bezel name="digit24" element="digit">
<bounds left="10" top="285" right="44" bottom="324" />
</bezel>
<bezel name="digit25" element="digit">
<bounds left="54" top="285" right="88" bottom="324" />
</bezel>
<bezel name="digit26" element="digit">
<bounds left="98" top="285" right="132" bottom="324" />
</bezel>
<bezel name="digit27" element="digit">
<bounds left="142" top="285" right="176" bottom="324" />
</bezel>
<bezel name="digit28" element="digit">
<bounds left="186" top="285" right="220" bottom="324" />
</bezel>
<bezel name="digit29" element="digit">
<bounds left="230" top="285" right="264" bottom="324" />
</bezel>
<!-- Credits -->
<bezel name="digit30" element="digit">
<bounds left="10" top="345" right="44" bottom="384" />
</bezel>
<bezel name="digit31" element="digit">
<bounds left="54" top="345" right="88" bottom="384" />
</bezel>
<!-- Match / Balls Left -->
<bezel name="digit32" element="digit">
<bounds left="186" top="345" right="220" bottom="384" />
</bezel>
<bezel name="digit33" element="digit">
<bounds left="230" top="345" right="264" bottom="384" />
</bezel>
<bezel element="P0"><bounds left="200" right="258" top="330" bottom="342" /></bezel>
<bezel element="P1"><bounds left="30" right="88" top="330" bottom="342" /></bezel>
<bezel element="P3"><bounds left="100" right="180" top="30" bottom="42" /></bezel>
<bezel element="P4"><bounds left="100" right="180" top="90" bottom="102" /></bezel>
<bezel element="P5"><bounds left="100" right="180" top="150" bottom="162" /></bezel>
<bezel element="P6"><bounds left="100" right="180" top="210" bottom="222" /></bezel>
<bezel element="P7"><bounds left="100" right="180" top="270" bottom="282" /></bezel>
</view>
</mamelayout>

View file

@ -2170,6 +2170,8 @@ $(DRIVERS)/re900.o: $(LAYOUT)/re900.lh
$(DRIVERS)/roul.o: $(LAYOUT)/roul.lh
$(DRIVERS)/rowamet.o: $(LAYOUT)/rowamet.lh
$(DRIVERS)/sbrkout.o: $(LAYOUT)/sbrkout.lh
$(DRIVERS)/sderby.o: $(LAYOUT)/sderby.lh \