AY8910 uses this constructor (nw)

This commit is contained in:
Alex W. Jackson 2014-05-08 00:16:35 +00:00
parent 0636e577c2
commit 9b05c33d38

View File

@ -975,7 +975,7 @@ ay8910_device::ay8910_device(const machine_config &mconfig, const char *tag, dev
m_rng(0),
m_env_step_mask(0x0f),
m_step(2),
m_zero_is_off(0),
m_zero_is_off(1),
m_par(&ay8910_param),
m_par_env(&ay8910_param),
m_flags(AY8910_LEGACY_OUTPUT),