(MESS) pc9801_26: fixed "Error performing a late bind of type 18pc9801_slot_device to 16pc9801_26_device". nw.

This commit is contained in:
Fabio Priuli 2013-05-17 17:13:25 +00:00
parent eaa25e92a8
commit f90e0e395c

View File

@ -54,7 +54,7 @@ static const ay8910_interface ay8910_config =
static MACHINE_CONFIG_FRAGMENT( pc9801_26_config )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("opn", YM2203, MAIN_CLOCK_X1*2) // unknown clock / divider
MCFG_YM2203_IRQ_HANDLER(DEVWRITELINE(DEVICE_SELF_OWNER, pc9801_26_device, pc9801_sound_irq))
MCFG_YM2203_IRQ_HANDLER(WRITELINE(pc9801_26_device, pc9801_sound_irq))
MCFG_YM2203_AY8910_INTF(&ay8910_config)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
MACHINE_CONFIG_END