diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/sound/discrete.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/discrete.c b/src/emu/sound/discrete.c index e35ee545b47..637ad167f64 100644 --- a/src/emu/sound/discrete.c +++ b/src/emu/sound/discrete.c @@ -871,7 +871,7 @@ void discrete_device::device_start() //m_stream = machine().sound().stream_alloc(*this, 0, 2, 22257); const discrete_block *intf_start = m_intf; - char name[32]; + char name[128]; /* If a clock is specified we will use it, otherwise run at the audio sample rate. */ if (this->clock()) |