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,