TIA: Fixed a typo breaking ball collisions

This commit is contained in:
pjgat09 2012-03-17 03:28:50 +00:00
parent b95b3d5a5f
commit 63ceeff646
1 changed files with 1 additions and 1 deletions

View File

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