diff options
author | 2012-09-12 06:07:51 +0000 | |
---|---|---|
committer | 2012-09-12 06:07:51 +0000 | |
commit | 17e66e39fd2aeb6e083a8567d281df9235b9f2f4 (patch) | |
tree | a34dfe5941829bc939167c207f65b5cf7f57078f /src/mess/machine/bbc.c | |
parent | 0ef1e6deb4923b27f4c1d95825e453f565b129a3 (diff) |
Clear out remaining global inlines in diexec.h.
Diffstat (limited to 'src/mess/machine/bbc.c')
-rw-r--r-- | src/mess/machine/bbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/bbc.c b/src/mess/machine/bbc.c index 1581b7e48bb..a356cf700f6 100644 --- a/src/mess/machine/bbc.c +++ b/src/mess/machine/bbc.c @@ -1425,7 +1425,7 @@ static void bbc_i8271_interrupt(device_t *device, int state) { /* I'll pulse it because if I used hold-line I'm not sure it would clear - to be checked */ - device_set_input_line(device->machine().device("maincpu"), INPUT_LINE_NMI,PULSE_LINE); + device->machine().device("maincpu")->execute().set_input_line(INPUT_LINE_NMI,PULSE_LINE); } } |