d_nmk16 : Extracted internal ROM using a new technique [sergiopolog]
* 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
839b9bff7a
commit
3887112b27
|
@ -6120,7 +6120,7 @@ static struct BurnRomInfo emptyRomDesc[] = {
|
|||
|
||||
static struct BurnRomInfo nmk004RomDesc[] = {
|
||||
#if !defined (ROM_VERIFY)
|
||||
{ "nmk004.bin", 0x002000, 0x83b6f611, BRF_PRG | BRF_BIOS }, // 0x80 tlcs90 internal rom
|
||||
{ "nmk004.bin", 0x002000, 0x8ae61a09, BRF_PRG | BRF_BIOS }, // 0x80 tlcs90 internal rom
|
||||
#else
|
||||
{ "", 0x000000, 0x00000000, BRF_PRG | BRF_BIOS }, // 0x80 tlcs90 internal rom
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue