PCEngine: second constructor now sets the ServiceProvider correctly.

This commit is contained in:
scepheo 2014-12-17 23:17:36 +00:00
parent cfaf59f887
commit 0c724d62d4
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ namespace BizHawk.Emulation.Cores.PCEngine
public PCEngine(CoreComm comm, GameInfo game, Disc disc, object Settings, object syncSettings)
{
CoreComm = comm;
ServiceProvider = new BasicServiceProvider(this);
Tracer = new TraceBuffer();
MemoryCallbacks = new MemoryCallbackSystem();
DriveLightEnabled = true;