summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trs80dt1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trs80dt1.cpp')
-rw-r--r--src/mame/drivers/trs80dt1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/trs80dt1.cpp b/src/mame/drivers/trs80dt1.cpp
index b5b8f35699c..25930b6881e 100644
--- a/src/mame/drivers/trs80dt1.cpp
+++ b/src/mame/drivers/trs80dt1.cpp
@@ -80,6 +80,7 @@ void trs80dt1_state::machine_reset()
{
m_bow = 0;
m_7474->preset_w(1);
+ // line is active low in the real chip
m_nvram->recall(1);
m_nvram->recall(0);
}