summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segaic16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/segaic16.cpp')
-rw-r--r--src/mame/machine/segaic16.cpp37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/mame/machine/segaic16.cpp b/src/mame/machine/segaic16.cpp
index 665fb2b3166..68150faa7d8 100644
--- a/src/mame/machine/segaic16.cpp
+++ b/src/mame/machine/segaic16.cpp
@@ -212,31 +212,6 @@ sega_315_5195_mapper_device::sega_315_5195_mapper_device(const machine_config &m
//-------------------------------------------------
-// static_set_cputag - configuration helper
-// to set the tag of the CPU device
-//-------------------------------------------------
-
-void sega_315_5195_mapper_device::static_set_cputag(device_t &device, const char *cpu)
-{
- sega_315_5195_mapper_device &mapper = downcast<sega_315_5195_mapper_device &>(device);
- mapper.m_cpu.set_tag(cpu);
- mapper.m_cpuregion.set_tag(cpu);
-}
-
-
-//-------------------------------------------------
-// static_set_mapper - configuration helper
-// to set the mapper function
-//-------------------------------------------------
-
-void sega_315_5195_mapper_device::static_set_mapper(device_t &device, mapper_delegate callback)
-{
- sega_315_5195_mapper_device &mapper = downcast<sega_315_5195_mapper_device &>(device);
- mapper.m_mapper = callback;
-}
-
-
-//-------------------------------------------------
// write - handle a write to the memory mapper
//-------------------------------------------------
@@ -948,18 +923,6 @@ sega_315_5250_compare_timer_device::sega_315_5250_compare_timer_device(const mac
//-------------------------------------------------
-// static_set_timer_ack - configuration helper
-// to set the timer acknowledge function
-//-------------------------------------------------
-
-void sega_315_5250_compare_timer_device::static_set_timer_ack(device_t &device, timer_ack_delegate callback)
-{
- sega_315_5250_compare_timer_device &timer = downcast<sega_315_5250_compare_timer_device &>(device);
- timer.m_timer_ack = callback;
-}
-
-
-//-------------------------------------------------
// clock - clock the timer
//-------------------------------------------------