Mapper 448: Rewrote to use modular VRC2/4 emulation.

This commit is contained in:
NewRisingSun
2025-04-10 01:01:58 +02:00
committed by LibretroAdmin
parent f89f4c9b70
commit dd13231a8f
2 changed files with 38 additions and 122 deletions

View File

@@ -26,7 +26,7 @@ static uint8 dip;
static SFORMAT Mapper447_stateRegs[] ={
{ &reg, 1, "EXP0" },
{ &reg, 1, "DIPS" },
{ &dip, 1, "DIPS" },
{ 0 }
};