Atari 2600 - oops, fix a bug in mapper heuristics

This commit is contained in:
adelikat 2014-04-05 00:31:13 +00:00
parent 2d65937440
commit 842645b9ab
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
return "F4"; return "F4";
} }
if (rom.Length == 64 * 1064) // 64K if (rom.Length == 64 * 1024) // 64K
{ {
if (IsProbably3E(rom)) if (IsProbably3E(rom))
{ {