summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Roberto Fresca <robbie@robertofresca.com>2022-04-23 12:05:28 +0200
committer Roberto Fresca <robbie@robertofresca.com>2022-04-23 12:05:28 +0200
commit520bb02d9750045af1fd916e4e2f860bd6122e61 (patch)
tree9168c1ce13172f928ac4e762a0dca8760b322621 /src
parentf6094a11820becb8e9face51a36305df923cf9aa (diff)
Multi Win (Ver.0091, encrypted): Dumped the CY7C291A
from inside of the custom CPU. [TeamEurope]
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/funworld.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/funworld.cpp b/src/mame/drivers/funworld.cpp
index 12ee02e2a38..2c5ffba6359 100644
--- a/src/mame/drivers/funworld.cpp
+++ b/src/mame/drivers/funworld.cpp
@@ -6905,8 +6905,8 @@ ROM_START( multiwina )
ROM_LOAD( "multiwin_91-f-1.ic37", 0x8000, 0x8000, CRC(88f122e0) SHA1(6b218e614ac86089321ad2ecb35b956de10031f3) ) // code in the 2nd half
ROM_LOAD( "multiwin_91-f-2.ic41", 0x0000, 0x8000, CRC(a09eda44) SHA1(b8bb6a2aa1b703b56e5fb0887d7e5dca28c388ea) ) // code in the 2nd half
- ROM_REGION( 0x0800, "decode", 0 ) // from the CY7C291A inside of the custom CPU, still missing.
- ROM_LOAD( "multiwin_cy7c291a.bin", 0x0000, 0x0800, NO_DUMP )
+ ROM_REGION( 0x0800, "decode", 0 ) // from the CY7C291A inside of the custom CPU.
+ ROM_LOAD( "multiwin_cy7c291a.cpu", 0x0000, 0x0800, CRC(874abdaa) SHA1(b6457d5d501cdf0d38b01e3dadb48b8b97193db3) )
ROM_REGION( 0x10000, "gfx1", 0 )
ROM_LOAD( "multiwin_zg2.ic11", 0x0000, 0x8000, CRC(2502778a) SHA1(04990c454ca55f1b3e6fdafebce3f2e9e6782329) )