summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funworld.cpp
diff options
context:
space:
mode:
author RobertoFresca <robbie@mamedev.org>2017-01-29 19:39:44 -0300
committer RobertoFresca <robbie@mamedev.org>2017-01-29 19:39:44 -0300
commitf5506419a802fc9874efcc3734d1d3078e016325 (patch)
tree08e1d9d9d7801240aa682dda7b930fa0eb3f0c38 /src/mame/drivers/funworld.cpp
parent28eed9291c4a03bfc45d20f0420e6dda9c77d0af (diff)
Mega Card (Ver.0210, encrypted): Added CY7C291A dump from inside
of the custom CPU. [Team Europe, Roberto Fresca]
Diffstat (limited to 'src/mame/drivers/funworld.cpp')
-rw-r--r--src/mame/drivers/funworld.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/funworld.cpp b/src/mame/drivers/funworld.cpp
index 8911e0e5091..c815cb1444d 100644
--- a/src/mame/drivers/funworld.cpp
+++ b/src/mame/drivers/funworld.cpp
@@ -5507,6 +5507,10 @@ ROM_START( megamc3 )
ROM_REGION( 0x0300, "decode", 0 ) /* from the 65SC02 die inside of the custom CPU */
ROM_LOAD( "gteu65decoderom.bin", 0x0000, 0x02f1, CRC(089af0c6) SHA1(0f46a73a7859a694a07ebe74d476fae80e57e329) )
+ ROM_REGION( 0x1000, "decode2", 0 ) /* from the CY7C291A inside of the custom CPU */
+ ROM_LOAD( "cy7291a.bin", 0x0000, 0x0800, CRC(34d256b3) SHA1(4f1da3d445dcb349def999720d05258f1d1a1ec3) ) /* dumped with programmer #1 */
+ ROM_LOAD( "cy7291a_.bin", 0x0800, 0x0800, CRC(d79a7842) SHA1(6fb17db38113a28750f6af7bf1cb9fdd46fa6dec) ) /* dumped with programmer #2. three bytes different */
+
ROM_REGION( 0x10000, "gfx1", 0 )
ROM_LOAD( "mega_zg2.ic11", 0x0000, 0x8000, CRC(0993d380) SHA1(e5e2386948fba2fb6b79339af27bd1d0f1e198ca) )
ROM_LOAD( "mega_zg1.ic10", 0x8000, 0x8000, CRC(de2e2dd0) SHA1(17962d84838f39de41bc7a41d399fd18cd0bd5b7) )