summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/didact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/didact.cpp')
-rw-r--r--src/mame/drivers/didact.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/didact.cpp b/src/mame/drivers/didact.cpp
index 2c37b348450..c8ae7406a81 100644
--- a/src/mame/drivers/didact.cpp
+++ b/src/mame/drivers/didact.cpp
@@ -445,6 +445,8 @@ void mp68a_state::machine_start()
{
LOG("--->%s()\n", FUNCNAME);
+ m_7segs.resolve();
+
/* register for state saving */
save_item(NAME(m_shift));
save_item(NAME(m_led));