From 842645b9abab4a81895238f1837dca1093ba1ef6 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 5 Apr 2014 00:31:13 +0000 Subject: [PATCH] Atari 2600 - oops, fix a bug in mapper heuristics --- .../Consoles/Atari/2600/Atari2600.RomHeuristics.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.RomHeuristics.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.RomHeuristics.cs index 844868a683..7c1df043c4 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.RomHeuristics.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.RomHeuristics.cs @@ -147,7 +147,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600 return "F4"; } - if (rom.Length == 64 * 1064) // 64K + if (rom.Length == 64 * 1024) // 64K { if (IsProbably3E(rom)) {