summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sangho.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sangho.c')
-rw-r--r--src/mame/drivers/sangho.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sangho.c b/src/mame/drivers/sangho.c
index 4c84ab2c4a3..eea8fe812bc 100644
--- a/src/mame/drivers/sangho.c
+++ b/src/mame/drivers/sangho.c
@@ -403,7 +403,7 @@ MACHINE_RESET_MEMBER(sangho_state,sexyboom)
}
WRITE_LINE_MEMBER(sangho_state::msx_vdp_interrupt)
-{
+{
machine().device("maincpu")->execute().set_input_line(0, (state ? HOLD_LINE : CLEAR_LINE));
}