index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
audit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify NONE_NEEDED check, if is only triggered now if it finds no roms and ...
smf-
2011-09-01
1
-3
/
+3
*
only report that no files are needed if there are no optional roms as well as...
smf-
2011-09-01
1
-6
/
+3
*
stopped parent roms with a different crc but the same name from being found a...
smf-
2011-08-31
1
-1
/
+1
*
doesn't report samples as bad when they aren't found, which makes them consis...
smf-
2011-08-30
1
-7
/
+12
*
made handling of NONE_NEEDED audits a bit more coherent. no whatsnew.
Fabio Priuli
2011-08-30
1
-0
/
+10
*
fixed segfault when using -verifysamples [Fabio Priuli]
Fabio Priuli
2011-08-30
1
-1
/
+2
*
only report samples audit result for sets with required samples [Fabio Priuli]
Fabio Priuli
2011-08-30
1
-1
/
+12
*
Cleanups and version bump
Angelo Salese
2011-08-25
1
-1
/
+1
*
lists the rom source short name for shared roms & individual devices are only...
smf-
2011-08-20
1
-50
/
+51
*
made device rom verify consistent with game rom verify & verifies devices whe...
smf-
2011-08-20
1
-5
/
+14
*
audit - Make check have more sense when not found (no whatsnew)
Miodrag Milanovic
2011-08-18
1
-0
/
+14
*
small cleanup (no whatsnew)
Miodrag Milanovic
2011-08-18
1
-20
/
+1
*
Fixed verifyroms so it display romsets for devices too as separate. (no whats...
Miodrag Milanovic
2011-08-18
1
-5
/
+59
*
- Updated romload so devices are loaded from separate files [Miodrag Milanovic]
Miodrag Milanovic
2011-08-02
1
-2
/
+2
*
- Removing MD5 support in ROMLOAD_* [Oliver Stoneberg]
Miodrag Milanovic
2011-07-31
1
-3
/
+1
*
optimized by only comparing the hashes if the length matches.
smf-
2011-07-25
1
-5
/
+6
*
If a rom is bad for a clone but is good for the parent then it doesn't count ...
smf-
2011-07-24
1
-16
/
+17
*
optional roms aren't treated as required when auditing & simplified the set d...
smf-
2011-07-13
1
-10
/
+9
*
treat device roms the same as parent roms when auditing.
smf-
2011-07-12
1
-10
/
+6
*
if a driver has no required roms then you have it.
smf-
2011-07-12
1
-1
/
+5
*
fixed access violation when running -verifyroms * in the visual studio debugger.
smf-
2011-05-28
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-14
/
+21
*
Clean up code, adapt to existing coding style.
Aaron Giles
2011-04-19
1
-16
/
+9
*
Expanded hack to make auditing work the same as rom loading. If the laser dis...
smf-
2011-04-18
1
-3
/
+10
*
if a clone shares all it's roms with a parent then it assumes the clone is th...
smf-
2011-04-18
1
-7
/
+22
*
Cleanups again
Angelo Salese
2011-04-18
1
-18
/
+18
*
Add temporary hack to put driver search path back for device roms.
Aaron Giles
2011-04-17
1
-1
/
+9
*
fixed chd auditing
smf-
2011-04-17
1
-1
/
+1
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-378
/
+315
*
Attached emu_options to the machine_config, and the running_machine
Aaron Giles
2011-03-10
1
-8
/
+8
*
MT04267: Fix -verifyroms to not consider NO_DUMP ROMs as matches to the parent.
Aaron Giles
2011-03-03
1
-2
/
+4
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-10
/
+10
*
Hash generation and general cleanup. New class hash_collection holds
Aaron Giles
2011-02-14
1
-42
/
+38
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-37
/
+20
*
Added CHD support in softlists [Miodrag Milanovic]
Miodrag Milanovic
2011-01-10
1
-1
/
+1
*
Changed driver_device to expose the game_driver's ROMs through the
Aaron Giles
2010-09-03
1
-20
/
+23
*
Remove artificial SOUND_ prefix from sound device names.
Aaron Giles
2010-09-02
1
-2
/
+2
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-6
/
+6
*
Fixes for OS X PowerPC compile [R. Belmont]
R. Belmont
2010-06-17
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-7
/
+7
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-7
/
+7
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+2
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-16
/
+10
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-3
/
+3
*
Removed the various HAS_xxxx for sound cores. To select sound cores,
Aaron Giles
2010-01-02
1
-3
/
+1
*
Cleaned up braces in the code so that they are properly balanced. [Atari Ace]
Aaron Giles
2009-12-28
1
-1
/
+1
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-4
/
+2
*
ignores optional and no dump roms when checking whether all roms exist in the...
smf-
2009-04-13
1
-12
/
+10
*
refactored the audit code to make it more consistent with the original.
smf-
2009-04-11
1
-44
/
+34
*
applies same rules to chds as roms.
smf-
2009-04-11
1
-4
/
+3
[next]