mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
AY8910 uses this constructor (nw)
This commit is contained in:
parent
0636e577c2
commit
9b05c33d38
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user