summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/maple-dc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/maple-dc.cpp')
-rw-r--r--src/mame/machine/maple-dc.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mame/machine/maple-dc.cpp b/src/mame/machine/maple-dc.cpp
index 51f50520d26..6583d1d0353 100644
--- a/src/mame/machine/maple-dc.cpp
+++ b/src/mame/machine/maple-dc.cpp
@@ -16,18 +16,6 @@ ADDRESS_MAP_START(maple_dc_device::amap)
AM_RANGE(0x8c, 0x8f) AM_WRITE(sb_mdapro_w)
ADDRESS_MAP_END
-void maple_dc_device::static_set_maincpu_tag(device_t &device, const char *maincpu_tag)
-{
- maple_dc_device &maple_dc = downcast<maple_dc_device &>(device);
- maple_dc.maincpu_tag = maincpu_tag;
-}
-
-void maple_dc_device::static_set_irq_cb(device_t &device, void (*irq_cb)(running_machine &))
-{
- maple_dc_device &maple_dc = downcast<maple_dc_device &>(device);
- maple_dc.irq_cb = irq_cb;
-}
-
maple_dc_device::maple_dc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, MAPLE_DC, tag, owner, clock)
{