Added files via upload

correct star pattern
This commit is contained in:
alyosha-tas 2016-04-05 18:03:23 -04:00
parent 03b236b0cf
commit 8e852622a1
1 changed files with 284 additions and 278 deletions

View File

@ -560,6 +560,10 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
_scanlinebuffer[_CurrentScanLine * ScreenWidth + x] = pixelColor;
}
}
else
{
// ---- Things that happen every time ----
@ -624,7 +628,8 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
if (test_count_p0 < 16)
{
_hmove.Player0Cnt++;
} else
}
else
{
_hmove.Player0Cnt = 0;
}
@ -770,6 +775,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
_hmove.HMoveCnt = 0;
_hmove.DecCntEnabled = true;
}
}
}
// Increment the hsync counter