This commit is contained in:
goyuken 2014-11-21 01:35:54 +00:00
parent d64be5ed76
commit b50ebf8032
1 changed files with 1 additions and 1 deletions

View File

@ -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;