This commit is contained in:
adelikat 2014-05-18 01:53:50 +00:00
parent 74b2bd2349
commit d5f91cc94e
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64
cyclesPerFrame = board.vic.CyclesPerFrame;
CoreComm.UsesDriveLed = true;
SetupMemoryDomains();
HardReset();
}
public void Dispose()