summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-102-3/+3
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-083-6/+5
* Make unidasm compile and link again. Make exception-aware (hopefully). Paul Priest2010-01-061-89/+105
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-7/+11
* Results of running the latest srcclean. Aaron Giles2009-12-284-8/+8
* Updated srcclean to remove "invisible spaces" immediately preceding Aaron Giles2009-12-281-0/+8
* From: Samuele Zannoli <samuele.zannoli@sparkbio.it> Aaron Giles2009-12-231-0/+2
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-12-232-2/+18
* Fixed srcclean handling of embedded comments within strings [Atari Ace] Phil Bennett2009-12-071-8/+11
* Fixed srcclean handling of embedded comments within strings [Atari Ace] Phil Bennett2009-12-032-12/+33
* Added Intel 8008 and National Semiconductor SC/MP CPU cores Miodrag Milanovic2009-11-231-0/+4
* Cleanups and version bump.mame0135 Aaron Giles2009-10-311-3/+3
* Added -flipped option to unidasm to output with disassembly Aaron Giles2009-10-311-34/+66
* Change tools I wrote to be straight BSD. Aaron Giles2009-10-3110-34/+314
* chdman: add option to create uncompressed writeable HD images for MESS R. Belmont2009-10-281-0/+143
* > -----Original Message----- Aaron Giles2009-10-211-1/+0
* > From: atari_ace@verizon.net Aaron Giles2009-10-212-261/+321
* Relaxed romcmp filename length restriction Phil Bennett2009-10-121-1/+1
* Only applied the first patch. The second one I'll save for the next Aaron Giles2009-10-031-21/+22
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-1/+1
* Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the Aaron Giles2009-09-071-6/+25
* Fixed stupid unidasm bug that double-counted bytes. Aaron Giles2009-09-061-2/+2
* unidasm.c needs some type casts. Aaron Giles2009-09-061-7/+7
* Added preliminary Zilog Z8 CPU core for MESS. Curt Coder2009-09-041-0/+2
* Cleanups and version bump.mame0133u4 Aaron Giles2009-08-291-20/+20
* Usage for unidasm now dumps the available achitectures. Aaron Giles2009-08-291-1/+15
* Ok, disassembler is implemented with basic functionality. Aaron Giles2009-08-221-34/+234
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-0/+333
* Added some missing casts and other minor tweaks. Aaron Giles2009-08-191-1/+1
* Oops forgot part of the CHD changes. Aaron Giles2009-08-021-1/+1
* Fix chdman -update to leave the write protect state alone when updating Aaron Giles2009-08-021-4/+4
* Oops, meant to say "core_stricmp" Aaron Giles2009-07-161-3/+4
* Cleanups and version bump.mame0132u5 Aaron Giles2009-07-161-42/+42
* Forgot to add it to the list of tools. Aaron Giles2009-07-161-0/+1
* Never send a monster to do the work of an evil scientist... Aaron Giles2009-07-161-0/+441
* From: David Haywood [neohaze@nildram.co.uk] Aaron Giles2009-07-161-0/+13
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-255-18/+18
* Fixed buffer overflow with longer driver names. Aaron Giles2009-05-131-1/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-277-51/+51
* Cleanups and version bump. Aaron Giles2009-03-191-13/+13
* Fixed bug where chdman -extract would not truncate to the logical size. Aaron Giles2009-03-161-0/+1
* Added new function core_fload() to load a file into an allocated buffer. Aaron Giles2009-03-113-84/+27
* Moved chd_clone_metadata code into chdman.c so that it can intelligently Aaron Giles2009-03-101-16/+202
* Redid metadata hashing. A digest of tags and hashes for each Aaron Giles2009-03-101-25/+0
* NOTE: With the change, all existing CHD diff files are invalid. Aaron Giles2009-03-091-37/+278
* Added flags to the metadata entries, encoded in the top bit. Right now Aaron Giles2009-03-053-14/+14
* This patch just cleans up some memory and file handles in the error Aaron Giles2009-01-041-0/+7
* Modified regrep to display the soruce file. Aaron Giles2008-12-131-1/+1
* Enhanced runtest to use all available processors. Aaron Giles2008-11-241-20/+54