bring the 8910 down to a decent level, fixes "that horrible beeping noise" in Zupapa

This commit is contained in:
dinkc64 2015-09-10 12:59:54 +00:00
parent cc935bc459
commit 6f991f8dc3
1 changed files with 1 additions and 1 deletions

View File

@ -3938,7 +3938,7 @@ static INT32 NeoInitCommon()
BurnYM2610SetRoute(BURN_SND_YM2610_YM2610_ROUTE_1, 1.00, BURN_SND_ROUTE_LEFT);
BurnYM2610SetRoute(BURN_SND_YM2610_YM2610_ROUTE_2, 1.00, BURN_SND_ROUTE_RIGHT);
BurnYM2610SetRoute(BURN_SND_YM2610_AY8910_ROUTE, 0.60, BURN_SND_ROUTE_BOTH);
BurnYM2610SetRoute(BURN_SND_YM2610_AY8910_ROUTE, 0.20, BURN_SND_ROUTE_BOTH);
BurnTimerAttachZet(nZ80Clockspeed);