From 01d4b2d02ece5d34e81b9467b6e3b97dc762343a Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 30 Dec 2019 16:11:53 +0100 Subject: rename bpl32 to berlinpl (nw) --- src/mame/drivers/mephisto_modular.cpp | 6 +++--- src/mame/mame.lst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/mephisto_modular.cpp b/src/mame/drivers/mephisto_modular.cpp index 46c763dae83..89eb36b5a6a 100644 --- a/src/mame/drivers/mephisto_modular.cpp +++ b/src/mame/drivers/mephisto_modular.cpp @@ -34,7 +34,7 @@ TODO: - add the missing machines.. including the very rare overclocked 'TM' Tournament Machines - match I/S= diag speed test with real hardware (good test for proper waitstates) - remove gen32/gen32l ROM patch -- move berlin to its own driver file +- move berlin to its own driver file -- will do Undocumented buttons: - holding ENTER and LEFT cursor on cold boot runs diagnostics on modular 680x0 boards @@ -450,7 +450,7 @@ ROM_START( berl16l ) ROM_LOAD16_BYTE("berlin_68000_london_odd.bin", 0x00001, 0x10000, CRC(5edac658) SHA1(18ebebc5ceffd9a01798d8a3709875120bd096f7)) ROM_END -ROM_START( bpl32 ) +ROM_START( berlinpl ) ROM_REGION32_BE( 0x40000, "maincpu", 0 ) ROM_LOAD("bpl32.bin", 0x00000, 0x40000, CRC(d75e170f) SHA1(ac0ebdaa114abd4fef87361a03df56928768b1ae)) ROM_END @@ -478,4 +478,4 @@ CONS( 1996, lond16, lond32, 0, van16, alm16, mmodular_state, empty_in CONS( 1992, berl16, 0, 0, berl16, berlinp, berlinp_state, empty_init, "Hegener + Glaser", "Mephisto Berlin 68000", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK ) CONS( 1994, berlinp, 0, 0, berlinp, berlinp, berlinp_state, empty_init, "Hegener + Glaser", "Mephisto Berlin Professional 68020", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK ) CONS( 1996, berl16l, berl16, 0, berl16, berlinp, berlinp_state, empty_init, "Richard Lang", "Mephisto Berlin 68000 (London upgrade)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK ) -CONS( 1996, bpl32, berlinp, 0, berlinp, berlinp, berlinp_state, empty_init, "Richard Lang", "Mephisto Berlin Professional 68020 (London upgrade)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK ) +CONS( 1996, berlinpl, berlinp, 0, berlinp, berlinp, berlinp_state, empty_init, "Richard Lang", "Mephisto Berlin Professional 68020 (London upgrade)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_TIMING | MACHINE_CLICKABLE_ARTWORK ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 11f5218143e..833c8edd637 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -21866,7 +21866,7 @@ lond32 // 1996 Mephisto London 32 Bit berl16 // 1992 Mephisto Berlin 68000 berlinp // 1994 Mephisto Berlin Pro 68020 berl16l // 1996 Mephisto Berlin 68000 London Upgrade -bpl32 // 1996 Mephisto Berlin Pro London Upgrade +berlinpl // 1996 Mephisto Berlin Pro London Upgrade @source:mephisto_mondial68k.cpp mondl68k // 1988 Mephisto Mondial 68000XL -- cgit v1.2.3