Fix sound cpu frequency.

This commit is contained in:
iq_132 2015-01-11 23:23:52 +00:00
parent b77eeecd72
commit e94a5e014f
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ static INT32 DrvFrame()
}
INT32 nInterleave = 256;
INT32 nCyclesTotal[2] = { 3072000 / 60, 9216000 / 60 };
INT32 nCyclesTotal[2] = { 3072000 / 60, 9216000 / 15 / 60 };
INT32 nCyclesDone[2] = { 0, 0 };
M6809Open(0);