summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mapledev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mapledev.cpp')
-rw-r--r--src/mame/machine/mapledev.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mame/machine/mapledev.cpp b/src/mame/machine/mapledev.cpp
index 68144ee0f97..3ff8c096990 100644
--- a/src/mame/machine/mapledev.cpp
+++ b/src/mame/machine/mapledev.cpp
@@ -4,14 +4,6 @@
#include "mapledev.h"
#include "maple-dc.h"
-void maple_device::static_set_host(device_t &device, const char *_host_tag, int _host_port)
-{
- maple_device &dev = downcast<maple_device &>(device);
- dev.host_tag = _host_tag;
- dev.host_port = _host_port;
-}
-
-
maple_device::maple_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, type, tag, owner, clock)
{
host_tag = nullptr;