mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
keep naming consistent (nw)
This commit is contained in:
parent
37e0307c5b
commit
b8f2bac8dd
@ -389,11 +389,11 @@ void device_t::set_machine(running_machine &machine)
|
||||
// list and return status
|
||||
//-------------------------------------------------
|
||||
|
||||
bool device_t::findit(bool find_all)
|
||||
bool device_t::findit(bool isvalidation)
|
||||
{
|
||||
bool allfound = true;
|
||||
for (finder_base *autodev = m_auto_finder_list; autodev != NULL; autodev = autodev->m_next)
|
||||
allfound &= autodev->findit(find_all);
|
||||
allfound &= autodev->findit(isvalidation);
|
||||
return allfound;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user