Mapper 437: Use value instead of address.

This commit is contained in:
NewRisingSun
2026-03-10 19:40:58 +01:00
parent a5df7359bc
commit 1d9c0d739a

View File

@@ -33,7 +33,7 @@ static void Mapper437_Sync(void) {
}
static DECLFW(Mapper437_WriteOuterBank) {
latch =latch &7 | A <<3;
latch =latch &7 | V <<3;
Mapper437_Sync();
}