Disabled new test DiagRom
This commit is contained in:
parent
f121aedd6a
commit
cf8b632381
|
@ -127,7 +127,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
|||
//private byte[] _file;
|
||||
private readonly List<byte[]> _files;
|
||||
|
||||
public bool DiagRom = true;
|
||||
public bool DiagRom = false;
|
||||
|
||||
private List<string> diagRoms = new List<string>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue