Skip to content

Commit

Permalink
Pro Pinball needs copy to vram. remove Nightmare Creatures widescreen
Browse files Browse the repository at this point in the history
Issue #1763
  • Loading branch information
flyinghead committed Dec 7, 2024
1 parent b91f82c commit 89abb79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/cheats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ const WidescreenCheat CheatManager::widescreen_cheats[] =
{ 0x43F00000, 0x3F400000, 0x3F800000 } }, // Napple Tale: Arsia in Daydream (JP)
//crash { "MK-51178", nullptr, { 0x23AF00, 0x23B160, 0x144D40, 0x2105B4, 0x705B40 },
// { 0xBFAAAAAB, 0xBFAAAAAB, 0xBFAAAAAB, 0xBFAAAAAB, 0x44558000 } }, // NBA 2K2
{ "T9504M", nullptr, { 0xCDE848, 0xCDE844 }, { 0x3F400000, 0x3FA00000 } }, // Nightmare Creatures II (USA)
{ "T-9502D-50", nullptr, { 0xBDE9B0, 0xBDE9C4 }, { 0x3F400000, 0x3FA00000 } }, // Nightmare Creatures II (PAL)
// { "T9504M", nullptr, { 0xCDE848, 0xCDE844 }, { 0x3F400000, 0x3FA00000 } }, // Nightmare Creatures II (USA)
// { "T-9502D-50", nullptr, { 0xBDE9B0, 0xBDE9C4 }, { 0x3F400000, 0x3FA00000 } }, // Nightmare Creatures II (PAL)
{ "MK-5110250", nullptr, { 0x87B5A4 }, { 0x43700000 } }, // Outtrigger (PAL)
{ "HDR-0118", nullptr, { 0x83E284 }, { 0x43700000 } }, // Outtrigger (JP)
{ "T15103D 50", nullptr, { 0x1EEE78 }, { 0x3F400000 } }, // PenPen (PAL)
Expand Down
4 changes: 3 additions & 1 deletion core/emulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ static void loadSpecialSettings()
// Silent Scope (US)
|| prod_id == "T9507N"
// Silent Scope (EU)
|| prod_id == "T9505D")
|| prod_id == "T9505D"
// Pro Pinball - Trilogy (EU)
|| prod_id == "T30701D 50")
{
INFO_LOG(BOOT, "Enabling RTT Copy to VRAM for game %s", prod_id.c_str());
config::RenderToTextureBuffer.override(true);
Expand Down

0 comments on commit 89abb79

Please sign in to comment.