Skip to content

Commit

Permalink
d_nmk16 : Extracted internal ROM using a new technique [sergiopolog]
Browse files Browse the repository at this point in the history
* Identical dumps obtained using two devices from Acrobat Mission and Thunder Dragon PCBs.
* Differs from previous dump in three bytes.
  • Loading branch information
taoenwen committed Jul 6, 2024
1 parent 839b9bf commit 3887112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/drv/pst90s/d_nmk16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3887112

Please sign in to comment.