From 63ceeff64689ba3931c6e9b5ac430d6a748905a3 Mon Sep 17 00:00:00 2001 From: pjgat09 Date: Sat, 17 Mar 2012 03:28:50 +0000 Subject: [PATCH] TIA: Fixed a typo breaking ball collisions --- BizHawk.Emulation/Consoles/Atari/2600/TIA.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs b/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs index adfc8d8986..20d7eefe6d 100644 --- a/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs +++ b/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs @@ -19,7 +19,7 @@ namespace BizHawk.Emulation.Consoles.Atari static byte CXM0 = 0x04; static byte CXM1 = 0x08; static byte CXPF = 0x10; - static byte CXBL = 0x10; + static byte CXBL = 0x20; struct missileData {