From 68aa4d4fc4aac6b19763a5979d87d691e36505e7 Mon Sep 17 00:00:00 2001 From: braintro Date: Tue, 27 Aug 2019 20:12:09 -0500 Subject: (nw) segas18.cpp: Updated info about the mwalkj set. --- src/mame/drivers/segas18.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/mame/drivers/segas18.cpp b/src/mame/drivers/segas18.cpp index 9502bb9eb26..9de10d48b3d 100644 --- a/src/mame/drivers/segas18.cpp +++ b/src/mame/drivers/segas18.cpp @@ -2821,8 +2821,11 @@ ROM_END /************************************************************************************************************************** Moonwalker, Sega System 18 - CPU: FD1094 (317-0157, version uses i8751(315-5437) known to be exist) + CPU: FD1094 (317-0157) ROM Board: 171-5873B + Main board: 837-7530 + Game BD: 833-7528 MOONWALKER + ROM Board: 834-7529 */ ROM_START( mwalkj ) ROM_REGION( 0x80000, "maincpu", 0 ) // 68000 code - custom cpu 317-0157 @@ -2854,8 +2857,7 @@ ROM_START( mwalkj ) ROM_LOAD( "mpr-13249.b6", 0x180000, 0x40000, CRC(623edc5d) SHA1(c32d9f818d40f311877fbe6532d9e95b6045c3c4) ) ROM_REGION( 0x10000, "mcu", 0 ) // protection MCU - // not verified if mcu is the same as the other sets.. - ROM_LOAD( "315-5437.ic4", 0x00000, 0x1000, BAD_DUMP CRC(4bf63bc1) SHA1(2766ab30b466b079febb30c488adad9ea56813f7) ) + ROM_LOAD( "315-5437.ic4", 0x00000, 0x1000, CRC(4bf63bc1) SHA1(2766ab30b466b079febb30c488adad9ea56813f7) ) ROM_END ROM_START( mwalkjd ) @@ -3267,8 +3269,8 @@ GAME( 1991, ddcrewj2d, ddcrew, system18, ddcrew2p, segas18_state, init_d GAME( 1990, lghostd, lghost, lghost, lghost, segas18_state, init_lghost, ROT0, "bootleg", "Laser Ghost (World) (bootleg of FD1094 317-0166 set)", 0 ) GAME( 1990, lghostud, lghost, lghost, lghost, segas18_state, init_lghost, ROT0, "bootleg", "Laser Ghost (US) (bootleg of FD1094 317-0165 set)", 0 ) -GAME( 1990, mwalkd, mwalk, system18_i8751,mwalk, segas18_state, init_generic_5874, ROT0, "bootleg", "Michael Jackson's Moonwalker (World) (bootleg of FD1094/8751 317-0159)", 0 ) -GAME( 1990, mwalkud, mwalk, system18_i8751,mwalka, segas18_state, init_generic_5874, ROT0, "bootleg", "Michael Jackson's Moonwalker (US) (bootleg of FD1094/8751 317-0158)", 0 ) +GAME( 1990, mwalkd, mwalk, system18_i8751,mwalk, segas18_state, init_generic_5874, ROT0, "bootleg", "Michael Jackson's Moonwalker (World) (bootleg of FD1094/8751 317-0159 set)", 0 ) +GAME( 1990, mwalkud, mwalk, system18_i8751,mwalka, segas18_state, init_generic_5874, ROT0, "bootleg", "Michael Jackson's Moonwalker (US) (bootleg of FD1094/8751 317-0158 set)", 0 ) GAME( 1990, mwalkjd, mwalk, system18_i8751,mwalk, segas18_state, init_generic_5874, ROT0, "bootleg", "Michael Jackson's Moonwalker (Japan) (bootleg of FD1094/8751 317-0157 set)", 0 ) GAME( 1992, wwallyjd, wwallyj, wwally, wwally, segas18_state, init_wwally, ROT0, "bootleg", "Wally wo Sagase! (rev B, Japan) (bootleg of FD1094 317-0197B set)", 0 ) -- cgit v1.2.3