summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/dmv/dmvbus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/dmv/dmvbus.cpp')
-rw-r--r--src/devices/bus/dmv/dmvbus.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/bus/dmv/dmvbus.cpp b/src/devices/bus/dmv/dmvbus.cpp
index 80cb8ae748c..de328f6df06 100644
--- a/src/devices/bus/dmv/dmvbus.cpp
+++ b/src/devices/bus/dmv/dmvbus.cpp
@@ -201,7 +201,10 @@ dmvcart_slot_device::dmvcart_slot_device(const machine_config &mconfig, const ch
m_prog_write_cb(*this),
m_out_int_cb(*this),
m_out_irq_cb(*this),
- m_out_thold_cb(*this), m_cart(nullptr)
+ m_out_thold_cb(*this),
+ m_memspace(*this, finder_base::DUMMY_TAG, -1),
+ m_iospace(*this, finder_base::DUMMY_TAG, -1),
+ m_cart(nullptr)
{
}