Previous 199869 Revisions Next

r23152 Saturday 25th May, 2013 at 12:04:17 UTC by Fabio Priuli
let's skip the extension when choosing the nvram folder name based on software
[src/emu/machine]generic.c

trunk/src/emu/machine/generic.c
r23151r23152
284284      device_image_interface *intf = NULL;
285285      if (dev!=NULL && dev->interface(intf))
286286      {
287         return intf->basename();
287         return intf->basename_noext();
288288      }
289289      dev = dev->owner();
290290   }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team