summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/interpro_ioga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/interpro_ioga.cpp')
-rw-r--r--src/mame/machine/interpro_ioga.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mame/machine/interpro_ioga.cpp b/src/mame/machine/interpro_ioga.cpp
index 05155582c26..27cbaa3d5aa 100644
--- a/src/mame/machine/interpro_ioga.cpp
+++ b/src/mame/machine/interpro_ioga.cpp
@@ -193,14 +193,6 @@ sapphire_ioga_device::sapphire_ioga_device(const machine_config &mconfig, const
{
}
-void interpro_ioga_device::static_set_memory(device_t &device, const char *const tag, const int spacenum)
-{
- interpro_ioga_device &ioga = dynamic_cast<interpro_ioga_device &>(device);
-
- ioga.m_memory_tag = tag;
- ioga.m_memory_spacenum = spacenum;
-}
-
void interpro_ioga_device::device_start()
{
assert_always(m_memory_tag != nullptr, "memory tag and address space number must be configured");