Commodore64: Writing to expansion memory space while banked in does not write through to underlying RAM.
This commit is contained in:
parent
8695ce07a4
commit
75f279a30b
|
@ -527,10 +527,10 @@ namespace BizHawk.Emulation.Computers.Commodore64.MOS
|
|||
break;
|
||||
case PLABank.Expansion0:
|
||||
WriteExpansionLo(addr, val);
|
||||
break;
|
||||
return;
|
||||
case PLABank.Expansion1:
|
||||
WriteExpansionHi(addr, val);
|
||||
break;
|
||||
return;
|
||||
case PLABank.KernalROM:
|
||||
break;
|
||||
case PLABank.None:
|
||||
|
|
Loading…
Reference in New Issue