Mapper 437: Use value instead of address.
This commit is contained in:
@@ -33,7 +33,7 @@ static void Mapper437_Sync(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static DECLFW(Mapper437_WriteOuterBank) {
|
static DECLFW(Mapper437_WriteOuterBank) {
|
||||||
latch =latch &7 | A <<3;
|
latch =latch &7 | V <<3;
|
||||||
Mapper437_Sync();
|
Mapper437_Sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user