summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-252-3/+3
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-4/+4
* Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug st... Couriersud2014-02-241-1/+1
* Fixed nltool -listdevices. Thanks Oliver. Couriersud2014-02-211-0/+4
* Fix tools compile (nw) Alex W. Jackson2014-02-201-5/+1
* Abstracted netlist sources. This is a first step to support libraries (e.g. f... Couriersud2014-02-191-2/+6
* Netlist bugfixes: Couriersud2014-02-011-3/+14
* Added 8x300 to unidasm (nw) Wilbert Pol2014-01-211-0/+2
* Added a "-listdevices" option to nltool to list all available devices. Simpli... Couriersud2014-01-081-16/+81
* Enhanced the netlist parser and cleaned pong.c. Also added a folder nl_exampl... Couriersud2013-12-311-4/+23
* Further untangled nl_base.[hc] and mame-specific netlist.c. No wn Couriersud2013-12-291-10/+3
* Alignment of netlist with MAME standards. Inputs to netlist are now registere... Couriersud2013-12-271-6/+6
* Added a dry-run option (-d) to srcclean. Know what you are doing :-) [Courier... Couriersud2013-12-261-17/+27
* Updated srcclean source following smf comments. No WN. Couriersud2013-12-261-8/+29
* Added a "-u" (for unix) flag to srcclean to produce unix-style endings. [Cour... Couriersud2013-12-261-4/+25
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-243-1027/+1026
* 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