summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm5*: added sm530 disasm (nw) hap2018-05-121-0/+1
* start looking at the extra opcodes in the SSD 2000 type XaviX chip (s… (#3514) David Haywood2018-05-041-0/+2
* apple2: Add WOZ format [O. Galibert] Olivier Galibert2018-04-241-0/+1
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-011-2/+16
* Reshuffle some stuff: Vas Crabb2018-03-281-4/+5
* unidasm, too (nw) Vas Crabb2018-03-251-2/+2
* use more constexpr and literal classes in UML to give compiler more optimisat... Vas Crabb2018-03-171-1/+1
* unidasm: sharc fix (nw) Olivier Galibert2018-03-041-1/+1
* unidasm typo fix (nw) Olivier Galibert2018-02-281-1/+1
* z8: Make address spaces big-endian AJR2018-02-211-1/+1
* unidasm: Correct endianness of m6800, m6805 and other Motorola-type CPUs AJR2018-02-201-13/+13
* NUON disassembler [O. Galibert] Olivier Galibert2018-02-181-0/+2
* unidasm: fix f8 endianness (nw) hap2018-02-171-1/+1
* create derived 6502 type for XaviX because it has at least one custom… (#3154) David Haywood2018-02-021-0/+2
* More initialisation at declaration to make things clearer, clean up some tabu... Vas Crabb2018-01-291-43/+26
* fixed some Coverity "Identical code for different branches" warnings (#3094) Oliver Stöneberg2018-01-261-2/+2
* mcs48: More specific emulation of Intel 8021 AJR2018-01-231-2/+3
* Fixes for Coverity "Resource leak" warnings (#3089) Oliver Stöneberg2018-01-211-1/+4
* tools/imgtool/modules/fat.cpp: fixed Coverity "Double Free" warning (nw) firewave2018-01-201-0/+1
* mc68hc11: Fix dissassembly of instructions with 16-bit operands (immediate or... AJR2018-01-011-1/+1
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-10/+10
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+12
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-12/+1
* Hyperstone dasm fp/h support (nw) Olivier Galibert2017-12-021-1/+12
* fix building with Visual Studio 2017 & clang 5.0.0 (also tested with gcc 7.2.... smf-2017-11-281-12/+11
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-568/+1100
* floptool: Added Acorn Atom floppy formats. (nw) Nigel Barnes2017-11-061-0/+2
* castool: Added Acorn Atom formats. (nw) Nigel Barnes2017-11-061-2/+3
* srcclean (nw) Vas Crabb2017-10-224-19/+19
* floptool: Added Acorn floppy formats (nw) Nigel Barnes2017-10-191-1/+9
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-1714-114/+374
* Support for HP85 tapes added to imgtool (#2688) fulivi2017-10-033-1/+1198
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-241-1/+1
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-79/+79
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-181-0/+6
* Added support for viewing the pls100 device to jedutil (#2658) Kevin Eshbach2017-09-161-4/+269
* make the C-like parts more consistent with MAME (nw) Vas Crabb2017-09-091-113/+136
* srcclean (nw) Vas Crabb2017-08-273-5/+5
* imgtool: hopefully fixed the "GET" command fulivi2017-08-241-6/+1
* hp9845: re-factored hp9845_tape module of imgtool to use HTI format fulivi2017-08-161-238/+185
* Merge pull request #2540 from npwoods/imgtool_feature_supports_geticoninfo R. Belmont2017-08-051-0/+2
|\
| * Imgtool: Fixed features.supports_geticoninfo Nathan Woods2017-08-021-0/+2
* | Imgtool: Classic Mac: Made the logic for B&W icon able to handled non-maske... Nathan Woods2017-08-021-27/+25
|/
* [Imgtool] C++-ification of imgtool_forkent structure Nathan Woods2017-08-026-60/+93
* Imgtool: Removed silly intermediate 'const char *' (nw) Nathan Woods2017-07-311-3/+2
* Imgtool: Vas Feedback: Changed another charconverter access (nw) Nathan Woods2017-07-301-3/+3
* Imgtool: Eliminated Imgtool-specific rand() function Nathan Woods2017-07-303-19/+5
* Imgtool: Merged normalize_filename() into cannonicalize_path(), C++-ificatio... npwoods2017-07-302-372/+149
* Imgtool: Proper cleanup of floppy object after create/open failure Nathan Woods2017-07-241-0/+10
* Imgtool: Changed a pointer to a reference, and fixed a std::string(nullptr) bug Nathan Woods2017-07-241-6/+5