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;
|
cyclesPerFrame = board.vic.CyclesPerFrame;
|
||||||
CoreComm.UsesDriveLed = true;
|
CoreComm.UsesDriveLed = true;
|
||||||
SetupMemoryDomains();
|
SetupMemoryDomains();
|
||||||
|
HardReset();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|
Loading…
Reference in New Issue