Skip to content

Commit

Permalink
Merge pull request mamedev#1806 from mamehaze/071216
Browse files Browse the repository at this point in the history
add dump of i8751 '317-0112' at location c2 to 'goldnaxe2' set.  chip…
  • Loading branch information
p1pkin authored Dec 7, 2016
2 parents 02ba08b + e97de58 commit 3408ed0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/mame/drivers/segas16b.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6452,7 +6452,15 @@ ROM_START( goldnaxe2 )
ROM_LOAD( "mpr-12384.a11", 0x10000, 0x20000, CRC(6218d8e7) SHA1(5a745c750efb4a61716f99befb7ed14cc84e9973) )

ROM_REGION( 0x1000, "mcu", 0 ) // Intel i8751 protection MCU
ROM_LOAD( "317-0112.c2", 0x00000, 0x1000, NO_DUMP )
/* NOT CURRENTLY USED

this chip was faulty, the internal checksum routine fails. actual code looks like it should be 99.99% the
same as the 'goldnaxe' set but unused areas have different garbage fill data, so finding the bad bits is
difficult.

Calculated checksum: 5F8F
 File checksum: 5E8F */
ROM_LOAD( "317-0112.c2", 0x00000, 0x1000, BAD_DUMP CRC(d8f2f1c0) SHA1(04594ed5558af63cde62de6cc4020b35b8a5889e) )
ROM_END

//*************************************************************************************************************************
Expand Down

0 comments on commit 3408ed0

Please sign in to comment.