summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/sound/zsg2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/zsg2.c b/src/emu/sound/zsg2.c
index 733ed4a4e4f..39ceea22273 100644
--- a/src/emu/sound/zsg2.c
+++ b/src/emu/sound/zsg2.c
@@ -85,7 +85,7 @@ void zsg2_device::device_start()
memset(&m_chan, 0, sizeof(m_chan));
- m_stream = stream_alloc(0, 2, clock() / 128);
+ m_stream = stream_alloc(0, 2, clock() / 192);
m_mem_base = *region();
m_mem_size = region()->bytes();