mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
x1_010: this sample rate value seems closer
This commit is contained in:
parent
5d1376e27e
commit
21889a3113
@ -110,7 +110,7 @@ void x1_010_device::device_start()
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
m_base_clock = clock();
|
m_base_clock = clock();
|
||||||
m_rate = clock() / 1024;
|
m_rate = clock() / 512;
|
||||||
|
|
||||||
for( i = 0; i < SETA_NUM_CHANNELS; i++ ) {
|
for( i = 0; i < SETA_NUM_CHANNELS; i++ ) {
|
||||||
m_smp_offset[i] = 0;
|
m_smp_offset[i] = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user