From 37fb1f82b5768c01659575b87129b9dafd628c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sun, 14 Oct 2012 20:55:51 +0000 Subject: [PATCH] added superbug color overlay (info from external artwork by Mr Do) --- .gitattributes | 1 + src/mame/drivers/firetrk.c | 4 +++- src/mame/layout/superbug.lay | 20 ++++++++++++++++++++ src/mame/mame.mak | 2 ++ 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 src/mame/layout/superbug.lay diff --git a/.gitattributes b/.gitattributes index a1fd5b74c88..387cb8075aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4479,6 +4479,7 @@ src/mame/layout/stisub.lay svneol=native#text/plain src/mame/layout/stocker.lay svneol=native#text/plain src/mame/layout/subroc3d.lay svneol=native#text/plain src/mame/layout/sundance.lay svneol=native#text/plain +src/mame/layout/superbug.lay svneol=native#text/plain src/mame/layout/superchs.lay svneol=native#text/plain src/mame/layout/suprstar.lay svneol=native#text/plain src/mame/layout/tailg.lay svneol=native#text/plain diff --git a/src/mame/drivers/firetrk.c b/src/mame/drivers/firetrk.c index deaa3e353bf..75d55efdd9a 100644 --- a/src/mame/drivers/firetrk.c +++ b/src/mame/drivers/firetrk.c @@ -10,6 +10,8 @@ Atari Fire Truck + Super Bug + Monte Carlo driver #include "includes/firetrk.h" #include "sound/discrete.h" +#include "superbug.lh" + #define MASTER_CLOCK (XTAL_12_096MHz) @@ -1020,6 +1022,6 @@ ROM_START( montecar ) ROM_END -GAME( 1977, superbug, 0, superbug, superbug, driver_device, 0, ROT270, "Atari (Kee Games)", "Super Bug", 0 ) +GAMEL(1977, superbug, 0, superbug, superbug, driver_device, 0, ROT270, "Atari (Kee Games)", "Super Bug", 0, layout_superbug ) GAME( 1978, firetrk, 0, firetrk, firetrk, driver_device, 0, ROT270, "Atari", "Fire Truck / Smokey Joe", 0 ) GAME( 1979, montecar, 0, montecar, montecar, driver_device, 0, ROT270, "Atari", "Monte Carlo", 0 ) diff --git a/src/mame/layout/superbug.lay b/src/mame/layout/superbug.lay new file mode 100644 index 00000000000..360cfdd048a --- /dev/null +++ b/src/mame/layout/superbug.lay @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/mame.mak b/src/mame/mame.mak index 8bad8821228..83979d01938 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -2063,6 +2063,8 @@ $(DRIVERS)/dragrace.o: $(LAYOUT)/dragrace.lh $(DRIVERS)/firebeat.o: $(LAYOUT)/firebeat.lh +$(DRIVERS)/firetrk.o: $(LAYOUT)/superbug.lh + $(DRIVERS)/flicker.o: $(LAYOUT)/flicker.lh $(DRIVERS)/fortecar.o: $(LAYOUT)/fortecrd.lh