summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed empty CHD creation for HDD's (no whatsnew) Miodrag Milanovic2012-02-201-2/+2
* Error message type fix from Firewave (nw) Miodrag Milanovic2012-02-201-1/+1
* Fix compile under 4.6.2 (nw) Miodrag Milanovic2012-02-201-2/+2
* Fix ld tool compilation. Aaron Giles2012-02-204-740/+684
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-165/+165
* Move all-0 detection to the write path. Use hunk_info on the Aaron Giles2012-02-171-95/+36
* Fail initializing the CD-FLAC codec if the hunk size is not CD-compatible. Aaron Giles2012-02-171-491/+510
* Added new CHD codec: CD-FLAC which knows how to shuffle CD data Aaron Giles2012-02-171-2/+2
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-162-3021/+2234
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Disable -createcdflac for now. The CHDs produced are not Aaron Giles2012-01-241-1/+1
* Added FLAC (lossless audio) codec support plus experimental hooks in samples ... R. Belmont2012-01-222-8/+17