Skip to content

Commit 3408ed0

Browse files
authored
Merge pull request #1806 from mamehaze/071216
add dump of i8751 '317-0112' at location c2 to 'goldnaxe2' set. chip…
2 parents 02ba08b + e97de58 commit 3408ed0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/mame/drivers/segas16b.cpp

+9-1
Original file line numberDiff line numberDiff line change
@@ -6452,7 +6452,15 @@ ROM_START( goldnaxe2 )
64526452
ROM_LOAD( "mpr-12384.a11", 0x10000, 0x20000, CRC(6218d8e7) SHA1(5a745c750efb4a61716f99befb7ed14cc84e9973) )
64536453

64546454
ROM_REGION( 0x1000, "mcu", 0 ) // Intel i8751 protection MCU
6455-
ROM_LOAD( "317-0112.c2", 0x00000, 0x1000, NO_DUMP )
6455+
/* NOT CURRENTLY USED
6456+
6457+
this chip was faulty, the internal checksum routine fails. actual code looks like it should be 99.99% the
6458+
same as the 'goldnaxe' set but unused areas have different garbage fill data, so finding the bad bits is
6459+
difficult.
6460+
6461+
Calculated checksum: 5F8F
6462+
 File checksum: 5E8F */
6463+
ROM_LOAD( "317-0112.c2", 0x00000, 0x1000, BAD_DUMP CRC(d8f2f1c0) SHA1(04594ed5558af63cde62de6cc4020b35b8a5889e) )
64566464
ROM_END
64576465

64586466
//*************************************************************************************************************************

0 commit comments

Comments
 (0)