summaryrefslogtreecommitdiffstats
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sartorius.cpp b/src/mame/drivers/sartorius.cpp
index 61bb6d53661..b1ae62be3aa 100644
--- a/src/mame/drivers/sartorius.cpp
+++ b/src/mame/drivers/sartorius.cpp
@@ -86,7 +86,7 @@ public:
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_DEVICE_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)
MCFG_I4040_RAM_STATUS_MAP(sart3733_status)