Skip to content

Commit

Permalink
Rev B of the ROM (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
mobasuite committed Jun 6, 2022
1 parent 25f8e93 commit 764dbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/drv/nes/d_nes.cpp
Expand Up @@ -21294,7 +21294,7 @@ struct BurnDriver BurnDrvnes_nemulesis = {
};

static struct BurnRomInfo nes_pixelpoopsRomDesc[] = {
{ "Pixel Poops Number Two (2021)(Techmaster Games).nes", 524304, 0x50ca8022, BRF_ESS | BRF_PRG },
{ "Pixel Poops Number Two (2021)(Techmaster Games).nes", 524304, 0x17812952, BRF_ESS | BRF_PRG },
};

STD_ROM_PICK(nes_pixelpoops)
Expand Down

0 comments on commit 764dbb0

Please sign in to comment.