summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/hash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Be more rigorous about parsing invalid hashes. Report them Aaron Giles2012-02-211-7/+19
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-15/+15
* fixed whitespace in macro_string(). smf-2012-02-181-2/+2
* Remove redundant hashing code, use hashing.h instead. Aaron Giles2012-02-161-467/+158
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-1/+1
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-71/+1
* Remove redundant check. Aaron Giles2011-04-171-1/+1
* fixed hash collection == so a collection with only a sha1 and a collection wi... smf-2011-04-171-2/+2
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-2/+2
* Two hash_collections can only match if they have at least one matching hash. Aaron Giles2011-03-291-3/+8
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-30/+30
* Enable CRC(1) SHA1(1)-style hashes to work without error. Aaron Giles2011-02-281-3/+11
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-526/+610
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-5/+4
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-5/+5
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+713