summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/model1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/model1.cpp')
-rw-r--r--src/mame/machine/model1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/model1.cpp b/src/mame/machine/model1.cpp
index f12e8a45e47..d5693f8d658 100644
--- a/src/mame/machine/model1.cpp
+++ b/src/mame/machine/model1.cpp
@@ -1934,6 +1934,7 @@ WRITE16_MEMBER(model1_state::model1_tgp_copro_ram_w)
MACHINE_START_MEMBER(model1_state,model1)
{
+ m_digits.resolve();
m_ram_data = std::make_unique<uint32_t[]>(0x10000);
m_io_command = 0;