mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
nmk004.cpp: Extracted internal ROM using a new technique. (#12545)
* Identical dumps obtained using two devices from Acrobat Mission and Thunder Dragon PCBs. * Differs from previous dump in three bytes.
This commit is contained in:
parent
f637f7586f
commit
1616a4646f
@ -80,7 +80,7 @@ void nmk004_device::nmk004_sound_mem_map(address_map &map)
|
||||
|
||||
ROM_START( nmk004 )
|
||||
ROM_REGION( 0x2000, "mcu", 0 )
|
||||
ROM_LOAD( "nmk004.bin", 0x00000, 0x02000, CRC(83b6f611) SHA1(bb7ddc00affe8a066002ecd6858dbd2854af8940) )
|
||||
ROM_LOAD( "nmk004.bin", 0x00000, 0x02000, CRC(8ae61a09) SHA1(f55f9e6bb55bfa56f9f797518dca032aaa3f6a32) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user