summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/c117.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/c117.cpp')
-rw-r--r--src/mame/machine/c117.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mame/machine/c117.cpp b/src/mame/machine/c117.cpp
index c7780007fd7..bbd7f542043 100644
--- a/src/mame/machine/c117.cpp
+++ b/src/mame/machine/c117.cpp
@@ -52,19 +52,6 @@ device_memory_interface::space_config_vector namco_c117_device::memory_space_con
}
//-------------------------------------------------
-// set_cpu_tags - set the tags of the two CPUs
-// connected to the device
-//-------------------------------------------------
-
-void namco_c117_device::set_cpu_tags(device_t &device, const char *maintag, const char *subtag)
-{
- namco_c117_device &c117 = downcast<namco_c117_device &>(device);
- c117.m_maincpu_tag = maintag;
- c117.m_subcpu_tag = subtag;
-}
-
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------