sf2ceinit 8.88mhz

This commit is contained in:
dinkc64 2018-03-19 13:31:41 +00:00
parent bc7ba438ca
commit b51653cb3f
1 changed files with 1 additions and 1 deletions

View File

@ -16086,7 +16086,7 @@ static INT32 Sf2rulesInit()
static INT32 Sf2ceInit()
{
nCPS68KClockspeed = 12000000;
nCPS68KClockspeed = 8880000;
return DrvInit();
}