From dd7b81a71495736dc8373e4c4ee6b73fac19dc57 Mon Sep 17 00:00:00 2001 From: Asnivor Date: Tue, 3 Jul 2018 14:55:25 +0100 Subject: [PATCH] CPCHawk: Romloader tweak --- BizHawk.Client.Common/RomLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/RomLoader.cs b/BizHawk.Client.Common/RomLoader.cs index 0181c0df1d..9c699efcf6 100644 --- a/BizHawk.Client.Common/RomLoader.cs +++ b/BizHawk.Client.Common/RomLoader.cs @@ -682,7 +682,7 @@ namespace BizHawk.Client.Common cpcGI.Add(new GameInfo { Name = Path.GetFileNameWithoutExtension(a.Key) }); } - nextEmulator = new ZXSpectrum( + nextEmulator = new AmstradCPC( nextComm, xmlGame.Assets.Select(a => a.Value), //.First(), cpcGI, // GameInfo.NullInstance,