ay8910.c: AY8912 and AY8913 are AY8910-based, not YM2149-based (nw)

This commit is contained in:
Alex W. Jackson 2014-05-06 18:25:15 +00:00
parent da1252459f
commit 5252d8d34f

View File

@ -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;