Previous 199869 Revisions Next

r20662 Friday 1st February, 2013 at 22:35:04 UTC by Oliver Stöneberg
fixed crash in software_find_romdata() (nw)
[src/emu]softlist.c

trunk/src/emu/softlist.c
r20661r20662
14781478
14791479         data++;
14801480      }
1481     
1482      if (data && !data->_name)
1483         data = NULL;
14811484   }
14821485
1483   if (!data->_name)
1484      data = NULL;
1485
14861486   return data;
14871487}
14881488

Previous 199869 Revisions Next


© 1997-2024 The MAME Team