mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
fixed access violation when running -verifyroms * in the visual studio debugger.
This commit is contained in:
parent
53b2299115
commit
767bd23c70
@ -95,7 +95,7 @@ const char *driverpath = m_enumerator.config().devicelist().find("root")->search
|
||||
for (const rom_entry *region = rom_first_region(*source); region != NULL; region = rom_next_region(region))
|
||||
{
|
||||
// temporary hack: add the driver path & region name
|
||||
astring combinedpath(m_searchpath, ";", driverpath);
|
||||
astring combinedpath(source->searchpath(), ";", driverpath);
|
||||
if(ROMREGION_ISLOADBYNAME(region))
|
||||
{
|
||||
combinedpath=combinedpath.cat(";");
|
||||
|
Loading…
Reference in New Issue
Block a user