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
*
Better performance for -verifyroms on samba share [qmc2]
Miodrag Milanovic
2015-02-12
1
-0
/
+1
*
Not found should actually return not found
Alex Marshall
2015-01-24
1
-0
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-7
/
+7
*
first round of printf fixes (nw)
Oliver Stöneberg
2014-02-25
1
-2
/
+2
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
audit.c: Fixed software list chd verification. [qmc2]
Wilbert Pol
2013-05-22
1
-3
/
+5
*
Added the parent software to the searchpath when verifying software list entr...
Wilbert Pol
2013-04-04
1
-0
/
+4
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-16
/
+16
*
Added -verifysoftware command. [Wilbert Pol]
Wilbert Pol
2012-09-20
1
-0
/
+66
*
audit considers a NO DUMP rom to be shared if it has the same name as a paren...
smf-
2012-08-17
1
-8
/
+7
*
merged changes from mess
smf-
2012-02-24
1
-10
/
+5
*
verifyroms looks in parent sets again. The bug caused clone sets to be listed...
smf-
2012-02-22
1
-1
/
+1
*
Removed rom_source abstraction, which was just mapping to devices
Aaron Giles
2012-02-20
1
-59
/
+58
*
Rewrote SAMPLES as a modern device. Updated all callers. FLAC
Aaron Giles
2012-02-19
1
-42
/
+28
*
Remove redundant hashing code, use hashing.h instead.
Aaron Giles
2012-02-16
1
-1
/
+1
*
Major CHD/chdman update. The CHD version number has been increased
Aaron Giles
2012-02-16
1
-11
/
+4
*
Some cleanup of some observed #include redundancy from source files which use...
Scott Stone
2012-02-06
1
-1
/
+0
*
fix -verifysamples from haze
Michaël Banaan Ananas
2012-02-04
1
-2
/
+13
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-1
/
+1
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-33
/
+33
*
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
[next]