summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/msx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/msx.c')
-rw-r--r--src/mess/machine/msx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/msx.c b/src/mess/machine/msx.c
index ae0e60767d7..e0109c859f8 100644
--- a/src/mess/machine/msx.c
+++ b/src/mess/machine/msx.c
@@ -520,7 +520,7 @@ static const UINT8 cc_ex[0x100] = {
DRIVER_INIT_MEMBER(msx_state,msx)
{
- device_set_input_line_vector (machine().device("maincpu"), 0, 0xff);
+ machine().device("maincpu")->execute().set_input_line_vector(0, 0xff);
msx_memory_init (machine());