Previous | 199869 Revisions | Next |
r18320 Sunday 7th October, 2012 at 01:24:44 UTC by Tafoid |
---|
[MESS] a2600 - Fixed pitfall2 DPC OSC to closely match recording of actual cart. (nw) |
[src/mess/drivers] | a2600.c |
r18319 | r18320 | |
---|---|---|
2069 | 2069 | m_dpc.df[data_fetcher].music_mode = 0; |
2070 | 2070 | } |
2071 | 2071 | } |
2072 | m_dpc.oscillator->adjust(attotime::from_hz(4 | |
2072 | m_dpc.oscillator->adjust(attotime::from_hz(18400), 0, attotime::from_hz(18400)); | |
2073 | 2073 | break; |
2074 | 2074 | |
2075 | 2075 | case mode32in1: |
Previous | 199869 Revisions | Next |