fix
This commit is contained in:
parent
d64be5ed76
commit
b50ebf8032
|
@ -45,7 +45,7 @@ namespace BizHawk.Emulation.Cores.Atari.Lynx
|
||||||
if (bs93 == "BS93")
|
if (bs93 == "BS93")
|
||||||
throw new InvalidOperationException("Unsupported BS93 Lynx ram image");
|
throw new InvalidOperationException("Unsupported BS93 Lynx ram image");
|
||||||
|
|
||||||
if (header == "Lynx" && (ver & 255) == 1)
|
if (header == "LYNX" && (ver & 255) == 1)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Processing Handy-Lynx header");
|
Console.WriteLine("Processing Handy-Lynx header");
|
||||||
pagesize0 = p0;
|
pagesize0 = p0;
|
||||||
|
|
Loading…
Reference in New Issue