summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/interpro/sr/sr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/interpro/sr/sr.cpp')
-rw-r--r--src/devices/bus/interpro/sr/sr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/interpro/sr/sr.cpp b/src/devices/bus/interpro/sr/sr.cpp
index bc9df8e1666..5a8f7d23a68 100644
--- a/src/devices/bus/interpro/sr/sr.cpp
+++ b/src/devices/bus/interpro/sr/sr.cpp
@@ -313,8 +313,8 @@ void sr_device::device_start()
// empty the slots
m_slot_count = 0;
-// for (device_sr_card_interface *slot : m_slot)
-// slot = nullptr;
+ for (device_sr_card_interface *&slot : m_slot)
+ slot = nullptr;
}
void sr_device::device_reset()