From 2193801ec2019f8109ecd6665b67467a5f983d16 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Fri, 14 Sep 2012 22:14:54 +0000 Subject: [PATCH] It seems a certain file was missing... --- .gitattributes | 1 + src/mame/drivers/rowamet.c | 4 +- src/mame/layout/rowamet.lay | 160 ++++++++++++++++++++++++++++++++++++ src/mame/mame.mak | 2 + 4 files changed, 165 insertions(+), 2 deletions(-) create mode 100644 src/mame/layout/rowamet.lay diff --git a/.gitattributes b/.gitattributes index a5804f60ad3..13766d1dd8a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/src/mame/drivers/rowamet.c b/src/mame/drivers/rowamet.c index 2e1a819d3ed..11293e1a93e 100644 --- a/src/mame/drivers/rowamet.c +++ b/src/mame/drivers/rowamet.c @@ -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") diff --git a/src/mame/layout/rowamet.lay b/src/mame/layout/rowamet.lay new file mode 100644 index 00000000000..5c8a9996db3 --- /dev/null +++ b/src/mame/layout/rowamet.lay @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/mame.mak b/src/mame/mame.mak index 8577b2c9bd4..7158f200f88 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -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 \