summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gaelco_ds5002fp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gaelco_ds5002fp.cpp')
-rw-r--r--src/mame/machine/gaelco_ds5002fp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/machine/gaelco_ds5002fp.cpp b/src/mame/machine/gaelco_ds5002fp.cpp
index 36f0aab9b11..e7ad699f87b 100644
--- a/src/mame/machine/gaelco_ds5002fp.cpp
+++ b/src/mame/machine/gaelco_ds5002fp.cpp
@@ -44,8 +44,6 @@ void gaelco_ds5002fp_device::device_add_mconfig(machine_config &config)
mcu.set_addrmap(AS_PROGRAM, &gaelco_ds5002fp_device::dallas_rom);
mcu.set_addrmap(AS_IO, &gaelco_ds5002fp_device::dallas_ram);
- config.m_perfect_cpu_quantum = subtag("mcu");
-
NVRAM(config, "sram", nvram_device::DEFAULT_ALL_0);
}