mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
removed patch for now, till I fix it properly, this way breaks more (nw)
This commit is contained in:
parent
80fe0d9bb7
commit
8ad08e1152
@ -814,9 +814,6 @@ void device_t::remove_subdevice(device_t &device)
|
||||
for (device_t *scan = iter.first(); scan != NULL; scan = iter.next())
|
||||
scan->m_device_map.reset(); //remove(&device);
|
||||
|
||||
// reset auto finder
|
||||
m_auto_finder_list = NULL;
|
||||
|
||||
// remove from our list
|
||||
m_subdevice_list.remove(device);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user