mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Fix for snk.c buzzing sound on startup. To be verified during the next regression test. (nw)
This commit is contained in:
parent
626aed8fab
commit
41afc28498
@ -29,6 +29,7 @@ snkwave_device::snkwave_device(const machine_config &mconfig, const char *tag, d
|
||||
m_counter(0),
|
||||
m_waveform_position(0)
|
||||
{
|
||||
memset(m_waveform, 0, sizeof(m_waveform));
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
@ -37,8 +38,6 @@ snkwave_device::snkwave_device(const machine_config &mconfig, const char *tag, d
|
||||
|
||||
void snkwave_device::device_start()
|
||||
{
|
||||
assert(static_config() == 0);
|
||||
|
||||
/* adjust internal clock */
|
||||
m_external_clock = clock();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user