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:
taoenwen 2024-07-07 01:01:20 +08:00
parent 839b9bff7a
commit 3887112b27
1 changed files with 1 additions and 1 deletions

View File

@ -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