summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/bbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/bbc.c')
-rw-r--r--src/mess/machine/bbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/bbc.c b/src/mess/machine/bbc.c
index 96946fcb413..1581b7e48bb 100644
--- a/src/mess/machine/bbc.c
+++ b/src/mess/machine/bbc.c
@@ -1560,7 +1560,7 @@ static void bbc_update_fdq_int(running_machine &machine, int state)
{
/* I'll pulse it because if I used hold-line I'm not sure
it would clear - to be checked */
- cputag_set_input_line(machine, "maincpu", INPUT_LINE_NMI,PULSE_LINE);
+ machine.device("maincpu")->execute().set_input_line(INPUT_LINE_NMI,PULSE_LINE);
}
}