Skip to content

Commit

Permalink
gng, slight change to timing
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 13, 2024
1 parent 1c7432c commit ab86215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burn/drv/pre90s/d_gng.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static INT32 DrvCommonInit(INT32 game) // 0 = gng, 1 = gnga, 2 = diamrun
{
BurnAllocMemIndex();

BurnSetRefreshRate(59.59);
BurnSetRefreshRate(59.64);

{
if (game == 0 || game == 1) {
Expand Down Expand Up @@ -755,7 +755,7 @@ static INT32 DrvFrame()
}

INT32 nInterleave = 256;
INT32 nCyclesTotal[2] = { (INT32)(1500000 / 59.59), (INT32)(3000000 / 59.59) };
INT32 nCyclesTotal[2] = { (INT32)(1500000 / 59.637405), (INT32)(3000000 / 59.637405) };
INT32 nCyclesDone[2] = { nExtraCycles, 0 };

M6809Open(0);
Expand Down

0 comments on commit ab86215

Please sign in to comment.