From 1c514cea4b6abbfffc54a7215dd5b5fa4a3b4951 Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 12 Jul 2024 23:03:06 +0200 Subject: monzagpb: correct company string and rename to monzagpa --- src/mame/excalibur/ivanto.cpp | 7 +------ src/mame/mame.lst | 2 +- src/mame/olympia/monzagp.cpp | 6 +++--- src/mame/tiger/k28o.cpp | 6 +++--- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/src/mame/excalibur/ivanto.cpp b/src/mame/excalibur/ivanto.cpp index 078c40d5b05..2c65d51dbcd 100644 --- a/src/mame/excalibur/ivanto.cpp +++ b/src/mame/excalibur/ivanto.cpp @@ -65,7 +65,7 @@ public: protected: virtual void machine_start() override; - virtual void machine_reset() override; + virtual void machine_reset() override { m_dac->write(0x80); } private: // devices/pointers @@ -119,11 +119,6 @@ void ivanto_state::machine_start() save_item(NAME(m_lcd_com)); } -void ivanto_state::machine_reset() -{ - m_dac->write(0x80); -} - /******************************************************************************* diff --git a/src/mame/mame.lst b/src/mame/mame.lst index e760494911f..c1f48a19a0b 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -35118,7 +35118,7 @@ speedrs @source:olympia/monzagp.cpp monzagp // (c) 1981 Olympia -monzagpb // bootleg +monzagpa // (c) 1981 Olympia @source:olympia/portrait.cpp portrait // (c) 1983 Olympia diff --git a/src/mame/olympia/monzagp.cpp b/src/mame/olympia/monzagp.cpp index 149b6623189..5960daf5073 100644 --- a/src/mame/olympia/monzagp.cpp +++ b/src/mame/olympia/monzagp.cpp @@ -575,8 +575,8 @@ ROM_START( monzagp ) ROM_LOAD( "74s287.7", 0x0600, 0x0100, CRC(3248ba56) SHA1(d449f4be8df1b4189afca55a4cf0cc2e19eb4dd4) ) ROM_END -// bootleg hardware seems identical, just bad quality PCB. Same set also found on original PCB. -ROM_START( monzagpb ) +// Dumped from an original PCB. Also seen on a bootleg that appears to have identical hardware, just bad quality PCB. +ROM_START( monzagpa ) ROM_REGION( 0x1000, "maincpu", 0 ) ROM_LOAD( "m12c.6a", 0x0000, 0x0400, CRC(35715718) SHA1(aa64cedf1f5898b109f643975722cf15a1c752ba) ) ROM_LOAD( "m13c.7a", 0x0400, 0x0400, CRC(4e16bb68) SHA1(fb1d311a40145b3dccbd3d003a683c12898f43ff) ) @@ -616,4 +616,4 @@ ROM_END GAMEL( 1981, monzagp, 0, monzagp, monzagp, monzagp_state, empty_init, ROT270, "Olympia", "Monza GP (set 1)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_COLORS | MACHINE_NO_SOUND, layout_monzagp ) -GAMEL( 1981, monzagpb, monzagp, monzagp, monzagp, monzagp_state, empty_init, ROT270, "bootleg", "Monza GP (set 2)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_COLORS | MACHINE_NO_SOUND, layout_monzagp ) +GAMEL( 1981, monzagpa, monzagp, monzagp, monzagp, monzagp_state, empty_init, ROT270, "Olympia", "Monza GP (set 2)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_COLORS | MACHINE_NO_SOUND, layout_monzagp ) diff --git a/src/mame/tiger/k28o.cpp b/src/mame/tiger/k28o.cpp index 70b46aa9f14..0f0d5923be9 100644 --- a/src/mame/tiger/k28o.cpp +++ b/src/mame/tiger/k28o.cpp @@ -10,9 +10,9 @@ Tiger Electronics K-2-8: Talking Learning Computer (model 7-230/7-231) - 7-231: gray case, hardware is the same - 7-232: this one is on completely different hardware* -*: Considering the different look and feel and the 4 year difference, k28o is not -a MAME clone set of k28. It's more like a predecessor instead of an older revision. -See k28.cpp for the newer version. +*: See k28.cpp for the newer version. Considering the different look and feel +and the 4 year difference, k28o is not a MAME clone set of k28. It's more like +a predecessor instead of an older revision. Hardware notes: - PCB label: PB-123 WIZARD, TIGER -- cgit v1.2.3