summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pc9801_118.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/pc9801_118.c')
-rw-r--r--src/mess/machine/pc9801_118.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/pc9801_118.c b/src/mess/machine/pc9801_118.c
index 874a1ade1dd..b0a24d2d917 100644
--- a/src/mess/machine/pc9801_118.c
+++ b/src/mess/machine/pc9801_118.c
@@ -53,7 +53,7 @@ static const ym2608_interface pc98_ym2608_intf =
DEVCB_NULL,//(pc9801_state,opn_porta_w),
DEVCB_DEVICE_MEMBER(DEVICE_SELF_OWNER, pc9801_118_device,opn_portb_w),
},
- pc9801_sound_irq
+ DEVCB_LINE(pc9801_sound_irq)
};
static MACHINE_CONFIG_FRAGMENT( pc9801_118_config )