Fix tempo in yiear. oopsie!

This commit is contained in:
iq_132 2014-10-15 05:51:44 +00:00
parent e10267c79f
commit 3626e2d8fc
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ static INT32 DrvFrame()
{
nCyclesDone[0] += M6809Run(nCyclesTotal[0] / nInterleave);
if (*nmi_enable && (i & 0x3f) == 0) // copy shao-lin's road
if (*nmi_enable && (i & 0x1f) == 0) // copy shao-lin's road
M6809SetIRQLine(0x20, M6809_IRQSTATUS_AUTO); // 480x/second (8x/frame)
}