ZXHawk: improved detection of cpcemu dsk files
This commit is contained in:
parent
0c12707bb7
commit
e642e0216c
|
@ -31,7 +31,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
||||||
// look for standard magic string
|
// look for standard magic string
|
||||||
string ident = Encoding.ASCII.GetString(data, 0, 16);
|
string ident = Encoding.ASCII.GetString(data, 0, 16);
|
||||||
|
|
||||||
if (!ident.ToUpper().Contains("MV - CPCEMU"))
|
if (!ident.ToUpper().Contains("MV - CPC"))
|
||||||
{
|
{
|
||||||
// incorrect format
|
// incorrect format
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue