summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/gmaster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/gmaster.c')
-rw-r--r--src/mess/drivers/gmaster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/gmaster.c b/src/mess/drivers/gmaster.c
index 515290c7696..067cded1759 100644
--- a/src/mess/drivers/gmaster.c
+++ b/src/mess/drivers/gmaster.c
@@ -208,7 +208,7 @@ static SCREEN_UPDATE_IND16( gmaster )
static INTERRUPT_GEN( gmaster_interrupt )
{
- cputag_set_input_line(device->machine(), "maincpu", UPD7810_INTFE1, ASSERT_LINE);
+ device->machine().device("maincpu")->execute().set_input_line(UPD7810_INTFE1, ASSERT_LINE);
}
static const UPD7810_CONFIG config = {