Fix C64
This commit is contained in:
parent
74b2bd2349
commit
d5f91cc94e
|
@ -86,6 +86,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64
|
|||
cyclesPerFrame = board.vic.CyclesPerFrame;
|
||||
CoreComm.UsesDriveLed = true;
|
||||
SetupMemoryDomains();
|
||||
HardReset();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
Loading…
Reference in New Issue