From a7dc1ca0b98f88343b937047df0ba28775855452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Wed, 9 Jan 2013 19:00:35 +0000 Subject: [PATCH] (placeholder) --- .gitattributes | 1 + src/mame/drivers/imolagp.c | 8 +++++--- src/mame/layout/imolagp.lay | 8 ++++++++ src/mame/mame.mak | 2 ++ 4 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 src/mame/layout/imolagp.lay diff --git a/.gitattributes b/.gitattributes index bc34670e3a0..7b31f4abd95 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4524,6 +4524,7 @@ src/mame/layout/gunfight.lay svneol=native#text/plain src/mame/layout/gypsyjug.lay svneol=native#text/plain src/mame/layout/icecold.lay svneol=native#text/plain src/mame/layout/igspoker.lay svneol=native#text/plain +src/mame/layout/imolagp.lay svneol=native#text/plain src/mame/layout/invad2ct.lay svneol=native#text/plain src/mame/layout/invaders.lay svneol=native#text/plain src/mame/layout/jankenmn.lay svneol=native#text/plain diff --git a/src/mame/drivers/imolagp.c b/src/mame/drivers/imolagp.c index bb5662d0e9c..ad197cbe713 100644 --- a/src/mame/drivers/imolagp.c +++ b/src/mame/drivers/imolagp.c @@ -78,6 +78,8 @@ Known issues: #include "machine/i8255.h" #include "sound/ay8910.h" +#include "imolagp.lh" + #define HLE_COM @@ -623,6 +625,6 @@ ROM_START( imolagpo ) ROM_END -/* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME */ -GAME( 1981, imolagp, 0, imolagp, imolagp, driver_device, 0, ROT90, "Alberici", "Imola Grand Prix (set 1)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) -GAME( 1981, imolagpo, imolagp, imolagp, imolagp, driver_device, 0, ROT90, "Alberici", "Imola Grand Prix (set 2)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) +/* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME, FLAGS */ +GAMEL(1983?, imolagp, 0, imolagp, imolagp, driver_device, 0, ROT90, "RB Bologna", "Imola Grand Prix (set 1)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_SUPPORTS_SAVE, layout_imolagp ) // made by Alberici? year not shown, PCB labels suggests it's from 1983 +GAMEL(1983?, imolagpo, imolagp, imolagp, imolagpo, driver_device, 0, ROT90, "RB Bologna", "Imola Grand Prix (set 2)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_SUPPORTS_SAVE, layout_imolagp ) // " diff --git a/src/mame/layout/imolagp.lay b/src/mame/layout/imolagp.lay new file mode 100644 index 00000000000..1daa5404e94 --- /dev/null +++ b/src/mame/layout/imolagp.lay @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/mame/mame.mak b/src/mame/mame.mak index b410a630695..6984f02fd12 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -2125,6 +2125,8 @@ $(DRIVERS)/icecold.o: $(LAYOUT)/icecold.lh $(DRIVERS)/igspoker.o: $(LAYOUT)/igspoker.lh +$(DRIVERS)/imolagp.o: $(LAYOUT)/imolagp.lh + $(DRIVERS)/jankenmn.o: $(LAYOUT)/jankenmn.lh $(DRIVERS)/jpmimpct.o: $(LAYOUT)/jpmimpct.lh