mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +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
|
||||
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()
|
||||
|
Loading…
Reference in New Issue
Block a user