[MESS] a2600 - Fixed pitfall2 DPC OSC to closely match recording of actual cart. (nw)

This commit is contained in:
Scott Stone 2012-10-07 01:24:44 +00:00
parent e65c80e337
commit 7b9c925698

View File

@ -2069,7 +2069,7 @@ void a2600_state::machine_reset()
m_dpc.df[data_fetcher].music_mode = 0;
}
}
m_dpc.oscillator->adjust(attotime::from_hz(42000), 0, attotime::from_hz(42000));
m_dpc.oscillator->adjust(attotime::from_hz(18400), 0, attotime::from_hz(18400));
break;
case mode32in1: