summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decopincpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decopincpu.cpp')
-rw-r--r--src/mame/machine/decopincpu.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/machine/decopincpu.cpp b/src/mame/machine/decopincpu.cpp
index 319ce2c65fc..8a90f3b62cf 100644
--- a/src/mame/machine/decopincpu.cpp
+++ b/src/mame/machine/decopincpu.cpp
@@ -294,12 +294,6 @@ void decocpu_type1_device::device_start()
m_cpu->space(AS_PROGRAM).install_rom(0x4000,0xffff,ROM+0x4000);
}
-void decocpu_type1_device::static_set_cpuregion(device_t &device, const char *tag)
-{
- decocpu_type1_device &cpuboard = downcast<decocpu_type1_device &>(device);
- cpuboard.m_cputag = tag;
-}
-
decocpu_type2_device::decocpu_type2_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: decocpu_type2_device(mconfig, DECOCPU2, tag, owner, clock)
{}