mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
[MESS] a2600 - Fixed pitfall2 DPC OSC to closely match recording of actual cart. (nw)
This commit is contained in:
parent
e65c80e337
commit
7b9c925698
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user