mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +03:00
divider matches gdarius OST
This commit is contained in:
parent
27b9795083
commit
c33da39e3d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user