mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
ay8910.c: AY8912 and AY8913 are AY8910-based, not YM2149-based (nw)
This commit is contained in:
parent
da1252459f
commit
5252d8d34f
@ -731,7 +731,7 @@ void ay8910_device::device_start()
|
||||
m_streams = 3;
|
||||
|
||||
|
||||
if (chip_type == AY8910 || chip_type == AY8914 || chip_type == AY8930)
|
||||
if (chip_type == AY8910 || chip_type == AY8912 || chip_type == AY8913 || chip_type == AY8914 || chip_type == AY8930)
|
||||
{
|
||||
m_step = 2;
|
||||
m_par = &ay8910_param;
|
||||
|
Loading…
Reference in New Issue
Block a user