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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/model1.cpp b/src/mame/machine/model1.cpp
index ba82f93195e..fc8af68c93e 100644
--- a/src/mame/machine/model1.cpp
+++ b/src/mame/machine/model1.cpp
@@ -1723,7 +1723,7 @@ void model1_state::copro_hle_swa()
}
}
-void model1_state::machine_start_model1()
+MACHINE_START_MEMBER(model1_state,model1)
{
m_digits.resolve();
m_copro_ram_data = std::make_unique<u32[]>(0x8000);