From f90e0e395c50e2dffb55d240f6411ee27f41e77a Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Fri, 17 May 2013 17:13:25 +0000 Subject: [PATCH] (MESS) pc9801_26: fixed "Error performing a late bind of type 18pc9801_slot_device to 16pc9801_26_device". nw. --- src/mess/machine/pc9801_26.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/machine/pc9801_26.c b/src/mess/machine/pc9801_26.c index 150ebfd0e2c..739e52d033e 100644 --- a/src/mess/machine/pc9801_26.c +++ b/src/mess/machine/pc9801_26.c @@ -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