From 0c724d62d48d65c3f6f3b2797ba153d116f4e649 Mon Sep 17 00:00:00 2001 From: scepheo Date: Wed, 17 Dec 2014 23:17:36 +0000 Subject: [PATCH] PCEngine: second constructor now sets the ServiceProvider correctly. --- BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs b/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs index 371e10577c..18fd7d66c3 100644 --- a/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs +++ b/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs @@ -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;