A7800Hawk: Maria update DMA cycles

-The current limit is One on One Basketball, which uses 400 DMA cycles
This commit is contained in:
alyosha-tas 2017-07-25 11:51:04 -04:00 committed by GitHub
parent 36585213c8
commit 04b605005b
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
}
}
if (cycle == 415 && !sl_DMA_complete && do_dma && (DMA_phase == DMA_GRAPHICS || DMA_phase == DMA_HEADER))
if (cycle == 428 && !sl_DMA_complete && do_dma && (DMA_phase == DMA_GRAPHICS || DMA_phase == DMA_HEADER))
{
//Console.WriteLine(scanline);
if (current_DLL_offset == 0)