mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
(nw) patched out compilation error (variable 'slot' set but not used).
This commit is contained in:
parent
030b9d06b1
commit
9ddd68afce
@ -313,8 +313,8 @@ void sr_device::device_start()
|
|||||||
|
|
||||||
// empty the slots
|
// empty the slots
|
||||||
m_slot_count = 0;
|
m_slot_count = 0;
|
||||||
for (device_sr_card_interface *slot : m_slot)
|
// for (device_sr_card_interface *slot : m_slot)
|
||||||
slot = nullptr;
|
// slot = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
void sr_device::device_reset()
|
void sr_device::device_reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user