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/svi318.c | |
parent | 0ef1e6deb4923b27f4c1d95825e453f565b129a3 (diff) |
Clear out remaining global inlines in diexec.h.
Diffstat (limited to 'src/mess/machine/svi318.c')
-rw-r--r-- | src/mess/machine/svi318.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/svi318.c b/src/mess/machine/svi318.c index f3a33f378b5..6fc8f16aa4b 100644 --- a/src/mess/machine/svi318.c +++ b/src/mess/machine/svi318.c @@ -540,7 +540,7 @@ DRIVER_INIT_MEMBER(svi318_state,svi318) m_svi.svi318 = 1; } - device_set_input_line_vector(machine().device("maincpu"), 0, 0xff); + machine().device("maincpu")->execute().set_input_line_vector(0, 0xff); /* memory */ m_svi.empty_bank = auto_alloc_array(machine(), UINT8, 0x8000); |