From 3887112b278e55f3c3f649550955164363114f6e Mon Sep 17 00:00:00 2001 From: taoenwen <67533945+taoenwen@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:01:20 +0800 Subject: [PATCH] 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. --- src/burn/drv/pst90s/d_nmk16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drv/pst90s/d_nmk16.cpp b/src/burn/drv/pst90s/d_nmk16.cpp index 6b9d6b8d6..0c02d93d1 100644 --- a/src/burn/drv/pst90s/d_nmk16.cpp +++ b/src/burn/drv/pst90s/d_nmk16.cpp @@ -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