yet another mr. heli glitch (irem m72)

This commit is contained in:
dinkc64 2015-01-03 21:22:08 +00:00
parent f52d4a29ab
commit a7894d5285
1 changed files with 1 additions and 1 deletions

View File

@ -2066,7 +2066,7 @@ static void scanline_interrupts(INT32 scanline)
else
VezSetIRQLineAndVector(0, (m72_irq_base + 8)/4, VEZ_IRQSTATUS_AUTO);
}
else if (scanline == 248) // vblank
else if (scanline == 255) // vblank
{
if (nPreviousLine < nScreenHeight) {
dodrawline(nPreviousLine, nScreenHeight);