diff options
| author | 2015-09-29 18:09:13 +0800 | |
|---|---|---|
| committer | 2015-09-29 18:09:13 +0800 | |
| commit | 21889a3113ccef9b504eba1c185f833da01cd92b (patch) | |
| tree | f8228b87ceeab0875b8815df618e26dedf034472 /src | |
| parent | 5d1376e27ebadb5ced8a6879c3e15bf2006ba871 (diff) | |
x1_010: this sample rate value seems closer
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/sound/x1_010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/x1_010.c b/src/devices/sound/x1_010.c index 5d8377569bb..0ed9168e735 100644 --- a/src/devices/sound/x1_010.c +++ b/src/devices/sound/x1_010.c @@ -110,7 +110,7 @@ void x1_010_device::device_start() int i; m_base_clock = clock(); - m_rate = clock() / 1024; + m_rate = clock() / 512; for( i = 0; i < SETA_NUM_CHANNELS; i++ ) { m_smp_offset[i] = 0; |
