diff options
| author | 2026-05-15 13:59:07 +0200 | |
|---|---|---|
| committer | 2026-05-15 18:48:44 +0200 | |
| commit | 25a48beb56e83990cd7be67dc511f97cc0ff6f61 (patch) | |
| tree | 53ff5852ecf1244fefd48b48a82762498cc7ff4e | |
| parent | 1c9ba31caca850fe420a7b10f10f8fbd4481be26 (diff) | |
misc/imolagp.cpp: fix manufacturer metadata
| -rw-r--r-- | src/mame/misc/imolagp.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/misc/imolagp.cpp b/src/mame/misc/imolagp.cpp index dcdde0ab4ab..977f342362d 100644 --- a/src/mame/misc/imolagp.cpp +++ b/src/mame/misc/imolagp.cpp @@ -2,7 +2,9 @@ // copyright-holders:Phil Stroffolino /*************************************************************************** - IMOLA GP by RB Bologna (Alberici?) + IMOLA GP by Roberto Bacchilega Bologna "RB BO" (Alberici?) + +- https://www.tilt.it/deb/rb-en.html TODO: - document remaining dips @@ -627,5 +629,5 @@ ROM_END // YEAR, NAME, PARENT, MACHINE, INPUT, CLASS, INIT, MONITOR, COMPANY, FULLNAME, FLAGS -GAMEL(1983?, imolagp, 0, imolagp, imolagp, imolagp_state, empty_init, ROT90, "RB Bologna", "Imola Grand Prix (set 1)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE, layout_imolagp ) // made by Alberici? year not shown, PCB labels suggests it's from 1983 -GAMEL(1983?, imolagpo, imolagp, imolagp, imolagpo, imolagp_state, empty_init, ROT90, "RB Bologna", "Imola Grand Prix (set 2)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE, layout_imolagp ) // " +GAMEL(1981?, imolagp, 0, imolagp, imolagp, imolagp_state, empty_init, ROT90, "Roberto Bacchilega Bologna", "Imola Grand Prix (set 1)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE, layout_imolagp ) // made by Alberici? year not shown, PCB labels suggests it's from 1983 +GAMEL(1981?, imolagpo, imolagp, imolagp, imolagpo, imolagp_state, empty_init, ROT90, "Roberto Bacchilega Bologna", "Imola Grand Prix (set 2)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_COLORS | MACHINE_SUPPORTS_SAVE, layout_imolagp ) // " |
