summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/audit.c
Commit message (Expand)AuthorAgeFilesLines
* simplify NONE_NEEDED check, if is only triggered now if it finds no roms and ... smf-2011-09-011-3/+3
* only report that no files are needed if there are no optional roms as well as... smf-2011-09-011-6/+3
* stopped parent roms with a different crc but the same name from being found a... smf-2011-08-311-1/+1
* doesn't report samples as bad when they aren't found, which makes them consis... smf-2011-08-301-7/+12
* made handling of NONE_NEEDED audits a bit more coherent. no whatsnew. Fabio Priuli2011-08-301-0/+10
* fixed segfault when using -verifysamples [Fabio Priuli] Fabio Priuli2011-08-301-1/+2
* only report samples audit result for sets with required samples [Fabio Priuli] Fabio Priuli2011-08-301-1/+12
* Cleanups and version bump Angelo Salese2011-08-251-1/+1
* lists the rom source short name for shared roms & individual devices are only... smf-2011-08-201-50/+51
* made device rom verify consistent with game rom verify & verifies devices whe... smf-2011-08-201-5/+14
* audit - Make check have more sense when not found (no whatsnew) Miodrag Milanovic2011-08-181-0/+14
* small cleanup (no whatsnew) Miodrag Milanovic2011-08-181-20/+1
* Fixed verifyroms so it display romsets for devices too as separate. (no whats... Miodrag Milanovic2011-08-181-5/+59
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-2/+2
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-3/+1
* optimized by only comparing the hashes if the length matches. smf-2011-07-251-5/+6
* If a rom is bad for a clone but is good for the parent then it doesn't count ... smf-2011-07-241-16/+17
* optional roms aren't treated as required when auditing & simplified the set d... smf-2011-07-131-10/+9
* treat device roms the same as parent roms when auditing. smf-2011-07-121-10/+6
* if a driver has no required roms then you have it. smf-2011-07-121-1/+5
* fixed access violation when running -verifyroms * in the visual studio debugger. smf-2011-05-281-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-14/+21
* Clean up code, adapt to existing coding style. Aaron Giles2011-04-191-16/+9
* Expanded hack to make auditing work the same as rom loading. If the laser dis... smf-2011-04-181-3/+10
* if a clone shares all it's roms with a parent then it assumes the clone is th... smf-2011-04-181-7/+22
* Cleanups again Angelo Salese2011-04-181-18/+18
* Add temporary hack to put driver search path back for device roms. Aaron Giles2011-04-171-1/+9
* fixed chd auditing smf-2011-04-171-1/+1
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-378/+315
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-8/+8
* MT04267: Fix -verifyroms to not consider NO_DUMP ROMs as matches to the parent. Aaron Giles2011-03-031-2/+4
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-10/+10
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-42/+38
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-37/+20
* Added CHD support in softlists [Miodrag Milanovic] Miodrag Milanovic2011-01-101-1/+1
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-20/+23
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-2/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-6/+6
* Fixes for OS X PowerPC compile [R. Belmont] R. Belmont2010-06-171-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+2
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-16/+10
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-3/+3
* Removed the various HAS_xxxx for sound cores. To select sound cores, Aaron Giles2010-01-021-3/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Bulk change alert. Aaron Giles2009-04-261-4/+2
* ignores optional and no dump roms when checking whether all roms exist in the... smf-2009-04-131-12/+10
* refactored the audit code to make it more consistent with the original. smf-2009-04-111-44/+34
* applies same rules to chds as roms. smf-2009-04-111-4/+3