summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarist.cpp')
-rw-r--r--src/mame/drivers/atarist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarist.cpp b/src/mame/drivers/atarist.cpp
index 08757d963fe..b8987f14135 100644
--- a/src/mame/drivers/atarist.cpp
+++ b/src/mame/drivers/atarist.cpp
@@ -733,7 +733,7 @@ WRITE_LINE_MEMBER( st_state::reset_w )
{
//glu_reset();
m_mfp->reset();
- //m_ikbd->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
+ m_ikbd->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
m_fdc->soft_reset();
//m_acsi->reset();
}