Previous 199869 Revisions Next

r22794 Sunday 12th May, 2013 at 19:14:13 UTC by smf
The old code passed a ym2203 structure to an ay8912, which happened to work before because there was no type checking. Now it causes an error (nw)
[src/mess/drivers]multi8.c

trunk/src/mess/drivers/multi8.c
r22793r22794
677677   /* Audio */
678678   MCFG_SPEAKER_STANDARD_MONO("mono")
679679   MCFG_SOUND_ADD("aysnd", AY8912, 1500000) //unknown clock / divider
680   MCFG_YM2203_AY8910_INTF(&ay8910_config)
680   MCFG_SOUND_CONFIG(&ay8910_config)
681681   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
682682   MCFG_SOUND_ADD("beeper", BEEP, 0)
683683   MCFG_SOUND_ROUTE(ALL_OUTPUTS,"mono",0.50)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team