summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/hashfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-619/+0
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* astring to std::string in bus section (nw) Miodrag Milanovic2015-04-191-7/+5
* (MESS) hashfile.c: Make hasfile processing work without a running_machine(). ... Wilbert Pol2014-05-141-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-19/+12
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+1
* fixed minor flaw if a system has both compatible and parent sets. no whatsnew. Fabio Priuli2011-08-151-5/+9
* hashfile.c: fixed parent .hsi files not being used by clones, for MESS only. ... Fabio Priuli2011-08-151-5/+13
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-5/+0
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-3/+3
* GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) R. Belmont2011-05-301-3/+5
* Ported DC, SMS and SG1000 to main folder, nw Angelo Salese2011-05-061-0/+617
* Removed hashfile and dependencies (no whatsnew) Miodrag Milanovic2011-02-141-573/+0
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-29/+23
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-28/+16
* hashfile moved from MESS to emu section (needed for now in image support unti...mame0138u2 Miodrag Milanovic2010-06-171-0/+591