Mapper 380: Correct solder pad menu selection.

This commit is contained in:
NewRisingSun
2025-09-08 18:31:06 +02:00
parent 92b64e5e06
commit 20ef307ee5

View File

@@ -57,7 +57,7 @@ static void Sync(void)
static DECLFR(M380Read)
{
if (latche & 0x100 && !isKN35A)
return CartBR(A | dipswitch);
return CartBR(A &~0x0F | dipswitch);
return CartBR(A);
}