summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sshangha.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sshangha.c')
-rw-r--r--src/mame/drivers/sshangha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sshangha.c b/src/mame/drivers/sshangha.c
index 90dd901a101..7cbdfc2d686 100644
--- a/src/mame/drivers/sshangha.c
+++ b/src/mame/drivers/sshangha.c
@@ -358,7 +358,7 @@ GFXDECODE_END
static void irqhandler(device_t *device, int state)
{
- cputag_set_input_line(device->machine(), "audiocpu", 0, state);
+ device->machine().device("audiocpu")->execute().set_input_line(0, state);
}
static const ym2203_interface ym2203_config =