Replaced M1 rom with proper dump for nprsp (NeopriSP Retro Collection) [The Dumping Union]

This commit is contained in:
Scott Stone 2011-09-07 16:57:16 +00:00
parent a840eec94e
commit 1dff98851e

View File

@ -572,7 +572,7 @@ ROM_START( nprsp )
ROM_LOAD16_WORD_SWAP( "s046-ep2.bin", 0x080000, 0x080000, CRC(846ae929) SHA1(e5544cde32794865e17d7dffd4e603ad5418d91e) ) // data ROM
ROM_REGION( 0x20000, "audiocpu", 0 ) /* Z80 program */
ROM_LOAD( "s046-m1", 0x00000, 0x20000, BAD_DUMP CRC(6d77cdaa) SHA1(f88a93b3085b18b6663b4e51fccaa41958aafae1) )
ROM_LOAD( "s001-m1.bin", 0x00000, 0x20000, CRC(ea8111c1) SHA1(69e6bb7ad9a8d61db4513a762c0ce9e9da2a1785) )
ROM_REGION( 0x200000, "ymsnd", 0 ) /* Samples */
ROM_LOAD( "s001-v1.bin", 0x000000, 0x100000, CRC(13d63625) SHA1(4a9e3b1192a4a7e405becfd5d2a95ffc14ae6e79) )