summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sartorius.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sartorius.cpp')
-rw-r--r--src/mame/drivers/sartorius.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/sartorius.cpp b/src/mame/drivers/sartorius.cpp
index 97f881a3337..5a51008117a 100644
--- a/src/mame/drivers/sartorius.cpp
+++ b/src/mame/drivers/sartorius.cpp
@@ -36,6 +36,8 @@ public:
driver_device(mconfig, type, tag)
{
}
+
+ void sart3733(machine_config &config);
};
@@ -52,7 +54,7 @@ ADDRESS_MAP_START(sart3733_status, i4040_cpu_device::AS_RAM_STATUS, 8, sart3733_
ADDRESS_MAP_END
-MACHINE_CONFIG_START(sart3733)
+MACHINE_CONFIG_START(sart3733_state::sart3733)
MCFG_CPU_ADD("maincpu", I4040, 750'000) // clock speed is a complete guess - can't see crystal or multi-phase clock generator
MCFG_I4040_ROM_MAP(sart3733_rom)
MCFG_I4040_RAM_MEMORY_MAP(sart3733_memory)