summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/audit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* audit considers a NO DUMP rom to be shared if it has the same name as a paren... smf-2012-08-171-8/+7
* merged changes from mess smf-2012-02-241-10/+5
* verifyroms looks in parent sets again. The bug caused clone sets to be listed... smf-2012-02-221-1/+1
* Removed rom_source abstraction, which was just mapping to devices Aaron Giles2012-02-201-59/+58
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-42/+28
* Remove redundant hashing code, use hashing.h instead. Aaron Giles2012-02-161-1/+1
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-11/+4
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* fix -verifysamples from haze Michaƫl Banaan Ananas2012-02-041-2/+13
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-33/+33
* 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