summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc8801.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pc8801.c')
-rw-r--r--src/mess/drivers/pc8801.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pc8801.c b/src/mess/drivers/pc8801.c
index 3bc7ca4ee3e..3fe822e4179 100644
--- a/src/mess/drivers/pc8801.c
+++ b/src/mess/drivers/pc8801.c
@@ -2609,7 +2609,7 @@ static const ym2608_interface pc88_ym2608_intf =
DEVCB_NULL,
DEVCB_NULL
},
- pc8801_sound_irq
+ DEVCB_LINE(pc8801_sound_irq)
};
/* Cassette Configuration */