Re: [qmc2-devel] 0.67 with MAME 0.177: issues with filtered machine list
Brought to you by:
prianthefist,
renereucher
|
From: René R. <ren...@ba...> - 2016-09-06 08:19:48
|
On 09/05/16 20:05, René Reucher wrote: > Are your "correct" and "mostly correct" sets partially devices and/or > BIOS sets, and did you probably turn them off in the setup (Front end / > Machine list)? Those are the two settings that I mean here: rene@marvin:~> egrep "ShowBiosSets|ShowDeviceSets" ~/.qmc2/qmc2.ini MachineList\ShowBiosSets=true MachineList\ShowDeviceSets=true The most interesting in this case is "ShowDeviceSets". Most device sets will be "correct" or "mostly correct" as they don't require ROMs anyway or haven't been dumped (correctly) yet. In latest "MAME git" there are 3126 device sets of which 413 require ROMs. Only the latter would be set to ROM status "not found" if their dumps cannot be found. So, when they are hidden (ShowDeviceSets=false) that would explain the behavior you see. |