summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apollo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apollo.cpp')
-rw-r--r--src/mame/drivers/apollo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apollo.cpp b/src/mame/drivers/apollo.cpp
index a20a69a1fc1..332bad046a6 100644
--- a/src/mame/drivers/apollo.cpp
+++ b/src/mame/drivers/apollo.cpp
@@ -935,7 +935,7 @@ WRITE_LINE_MEMBER(apollo_state::apollo_reset_instr_callback)
m_graphics->reset();
m_keyboard->reset();
#ifdef APOLLO_XXL
- machine().device(APOLLO_STDIO_TAG )->reset();
+ m_sio2->reset();
#endif
}
}