M380: Corrected the DIP switch operation.

This commit is contained in:
NewRisingSun
2023-03-27 20:52:04 +02:00
parent 81f90cf509
commit 846c31aa68

View File

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