summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix compile Michaël Banaan Ananas2013-12-191-0/+2
* Pong update: Couriersud2013-12-192-0/+212
* jedutil.c: [Kevin Eshbach] Scott Stone2013-11-191-158/+3161
* I think I deserve equal blame after the amount of work I did on this (nw) smf-2013-11-131-1/+1
* commit old stuff that has been lying around for a while Robbbert2013-11-101-5/+5
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-1610-310/+20
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-300/+300
* removed accidental change from src/tools/chdman.c (nw) Oliver Stöneberg2013-09-051-2/+0
* Updates to jedutils and other minor things [Kevin Eschbach] Robbbert2013-09-031-235/+530
* i8089: converted to a proper cpu core, added debugger support and disassembler Dirk Best2013-08-241-0/+2
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-233-14/+14
* one more fix for inc in srcclean (nw) Miodrag Milanovic2013-07-101-1/+1
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-7/+7
* disable creation of uncompressed LD CHDs (nw) Oliver Stöneberg2013-07-031-0/+5
* chdman: fixed hang when chd_file_compressor::async_read() failed (e.g. trying... Oliver Stöneberg2013-06-211-7/+2
* chdman: fixed deletion of output file in case of an error (nw) Oliver Stöneberg2013-06-211-5/+5
* added pngcmp to tools (nw) Oliver Stöneberg2013-06-202-0/+241
* chdman: -c would only overwrite the amount of compressions defined - part of ... Oliver Stöneberg2013-06-181-0/+5
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-200/+200
* Added support to jedutil for decoding 82S153, PLS153 & CK2605 [Kevin Eshbach,... smf-2013-06-101-26/+449
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+1
* Various CD-ROM / CHDMAN improvements: [R. Belmont] R. Belmont2013-05-181-4/+15
* (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