summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder] Curt Coder2013-05-111-2/+4
* (MESS)new driver: 15IE-00-013 serial terminal [shattered] Miodrag Milanovic2013-05-101-0/+2
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* Added tms9900, tms9980 & tms9995 to unidasm. Other tms99xx cpu cores are gene... smf-2013-03-071-0/+6
* not sure if we need big and little endian versions of disassemblers, but ther... smf-2013-03-061-1/+1
* meant to sort these into cpu name order before last commit, they appear to ha... smf-2013-03-061-63/+63
* all cpu cores with a CPU_DISASSMBLE are supported by unidasm (nw) smf-2013-03-061-25/+62
* tms57002 works in unidasm, disassemble interface can be revisited when all cp... smf-2013-03-061-2/+2
* reduced some duplication in the nec disassembler interface (nw) smf-2013-03-061-2/+2
* changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, s... smf-2013-03-061-5/+3
* Fixed unidasm, but this fix is really gross. If we are serious about unidasm, Nathan Woods2013-03-061-3/+5
* fixed memory leak in jedutil (nw) Oliver Stöneberg2013-01-221-1/+11
* leaves line continuation characters in comments alone (nw) smf-2013-01-111-1/+1
* remove extraneous line continuation characters followed by a blank line and b... smf-2013-01-111-5/+26
* add file name to unterminated string error message [smf] smf-2013-01-111-1/+1
* srcclean now processes XML & C comments the same, so they can be indented but... smf-2013-01-111-59/+82
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-119-2523/+2522
* cdrom: Introduces concept of logical sector addresses so games see the disc w... R. Belmont2013-01-051-2/+2
* Added the ability to view peel18cv8 jed files to the jedutil. [Kevin Eshbach) Scott Stone2012-12-041-146/+863
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-14/+0
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* fix potentially uninitialized variable error in MSVC compile (nw) smf-2012-10-111-0/+2
* Added experimental support for using Berkeley PLA files as input to jedutil. ... Curt Coder2012-10-101-10/+39
* Refactored the code in jedutil to support the viewing of a GAL16V8 device Miodrag Milanovic2012-10-101-357/+1418
* if the start of a multi-line comment is indented then following comment lines... smf-2012-10-091-15/+53
* fixed an incorrect optimisation (nw) smf-2012-10-081-2/+1
* realigns to the tab size if a space is followed by a tab, this mimics the pre... smf-2012-10-081-2/+11
* Spaces are converted to tabs at beginning of lines and tabs are converted to ... smf-2012-10-081-18/+44
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-4/+4
* Final round of struct/union/enum normalization. Aaron Giles2012-09-163-6/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-153-14/+7
* Fix compile error (nw) Wilbert Pol2012-09-061-1/+2
* Numerous jedutil tool improvements. [Kevin Eshbach] Scott Stone2012-09-051-27/+1450
* stop repeated make all runs from toggling between building chdman & mame due ... smf-2012-06-111-2/+2
* Fix for output of TOC and GDI content on extractcd option (nw) Miodrag Milanovic2012-05-171-2/+3
* Added code to cdrom.c to compute and verify ECC codes for mode 1/2 Aaron Giles2012-04-061-1/+1
* Clean-ups and version bumpmame0145u5 Angelo Salese2012-03-251-1/+1
* unidasm: Remove the tms57002 until modern cores are handled sanely [O. Galibert] Olivier Galibert2012-03-111-2/+2
* When copying CHDs, preserve the flag that indicates whether the metadata Aaron Giles2012-03-061-2/+2
* Windows compile fix, thanks OG (no whatsnew) Miodrag Milanovic2012-03-051-1/+1
* chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... R. Belmont2012-03-041-109/+220
* fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... Miodrag Milanovic2012-02-291-4/+7
* Cleanup recent changes, fix a missing case where a compressor was Aaron Giles2012-02-281-42/+21
* fixed stack overflow in chdman when compiled with Visual Studio by moving obj... Miodrag Milanovic2012-02-281-23/+39
* SDL: support unofficial (not in the OSD class) num_processors API used by chd... R. Belmont2012-02-261-5/+0
* chdman: Properly handle and warn on bin/cue output of images with subcode dat... R. Belmont2012-02-261-4/+19
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-263-8/+8
* Better management of FLAC block sizes, aiming to keep them around 2k Aaron Giles2012-02-261-2/+2
* Added new function dumpmeta to dump out a particular piece of metadata Aaron Giles2012-02-211-0/+89
* Better fix is to just not parse start/end when there's no input file. Aaron Giles2012-02-201-4/+5