Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/finalburnneo/FBNeo
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 5, 2024
2 parents cdb93c9 + 75687ed commit 2fa9bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/drv/nes/d_nes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28802,7 +28802,7 @@ struct BurnDriver BurnDrvnes_multidudee = {

// Murder in the Maze (HB)
static struct BurnRomInfo nes_murdmazeRomDesc[] = {
{ "Murder in the Maze (2024)(T1LT).nes", 524304, 0xfc86e8e1, BRF_ESS | BRF_PRG },
{ "Murder in the Maze (2024)(T1LT).nes", 524304, 0xbaac5e32, BRF_ESS | BRF_PRG },
};

STD_ROM_PICK(nes_murdmaze)
Expand Down

0 comments on commit 2fa9bbc

Please sign in to comment.