summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/audit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* change to last patch to only treat a file as found if it's not from a parent. smf-2009-04-111-4/+7
* audit still passes for romsets with no dumped/required roms, but returns NOT ... smf-2009-04-111-1/+16
* changed audit to report best available if the romset contains no dumped or re... smf-2009-04-111-9/+2
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* From: R. Reucher [rene.reucher@batcom-it.net] Aaron Giles2009-03-051-2/+4
* 02180: Corrupt archives are read without problems Couriersud2009-03-041-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+8
* Fixed compilation errors if HAS_SAMPLES is 0 Nathan Woods2009-01-151-3/+3
* romload cleanups: Aaron Giles2009-01-021-5/+1
* 02680: carnevil: -verifyrom fails to consider if a CHD is a BAD_DUMP Aaron Giles2008-12-041-1/+5
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-2/+2
* Added concept of rom sources to the rom loader. Updated auditing, Aaron Giles2008-09-061-33/+74
* Added PR-8210 support to the ldplayer. Fixed step forward command on the PR-8... Aaron Giles2008-08-221-0/+4
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* Converted MACHINE_DRIVER definitions from function Aaron Giles2008-02-261-1/+1
* Removed expand_machine_driver(). Aaron Giles2008-02-181-9/+10
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+505