Get Joe & Mac Returns running at the correct speed

This commit is contained in:
dinkc64 2014-04-30 20:12:28 +00:00
parent 7f1214858a
commit 6e4cb718cb
1 changed files with 4 additions and 4 deletions

View File

@ -545,11 +545,11 @@ static INT32 DrvFrame()
INT32 nTotalCycles = 28000000 / 58;
ArmOpen(0);
deco16_vblank = 0xf0;
ArmRun(nTotalCycles - 2240);
ArmSetIRQLine(ARM_IRQ_LINE, ARM_HOLD_LINE);
deco16_vblank = 0x00;
ArmRun(2240);
ArmRun(nTotalCycles - 12240);
ArmSetIRQLine(ARM_IRQ_LINE, ARM_HOLD_LINE);
deco16_vblank = 0xf0;
ArmRun(12240);
ArmClose();
if (pBurnSoundOut) {