summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-22imgtool: fix parsing options with enum values Fabrice Bellet1-1/+17
2018-07-07fix building with clang 6.0.1 (nw) smf-1-0/+2
2018-05-12sm5*: added sm530 disasm (nw) hap1-0/+1
2018-05-04start looking at the extra opcodes in the SSD 2000 type XaviX chip (s… (#3514) David Haywood1-0/+2
2018-04-24apple2: Add WOZ format [O. Galibert] Olivier Galibert1-0/+1
2018-04-01move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb1-2/+16
2018-03-28Reshuffle some stuff: Vas Crabb1-4/+5
2018-03-25unidasm, too (nw) Vas Crabb1-2/+2
2018-03-17use more constexpr and literal classes in UML to give compiler more optimisat... Vas Crabb1-1/+1
2018-03-04unidasm: sharc fix (nw) Olivier Galibert1-1/+1
2018-02-28unidasm typo fix (nw) Olivier Galibert1-1/+1
2018-02-21z8: Make address spaces big-endian AJR1-1/+1
2018-02-20unidasm: Correct endianness of m6800, m6805 and other Motorola-type CPUs AJR1-13/+13
2018-02-18NUON disassembler [O. Galibert] Olivier Galibert1-0/+2
2018-02-17unidasm: fix f8 endianness (nw) hap1-1/+1
2018-02-02create derived 6502 type for XaviX because it has at least one custom… (#3154) David Haywood1-0/+2
2018-01-29More initialisation at declaration to make things clearer, clean up some tabu... Vas Crabb1-43/+26
2018-01-26fixed some Coverity "Identical code for different branches" warnings (#3094) Oliver Stöneberg1-2/+2
2018-01-23mcs48: More specific emulation of Intel 8021 AJR1-2/+3
2018-01-21Fixes for Coverity "Resource leak" warnings (#3089) Oliver Stöneberg1-1/+4
2018-01-20 tools/imgtool/modules/fat.cpp: fixed Coverity "Double Free" warning (nw) firewave1-0/+1
2018-01-01mc68hc11: Fix dissassembly of instructions with 16-bit operands (immediate or... AJR1-1/+1
2017-12-24srcclean and manual cleanups (nw) Vas Crabb1-10/+10
2017-12-13Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke1-1/+12
2017-12-13Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke1-12/+1
2017-12-02Hyperstone dasm fp/h support (nw) Olivier Galibert1-1/+12
2017-11-28fix building with Visual Studio 2017 & clang 5.0.0 (also tested with gcc 7.2.... smf-1-12/+11
2017-11-26dvdisasm: Overhaul [O. Galibert] Olivier Galibert1-568/+1100
2017-11-06floptool: Added Acorn Atom floppy formats. (nw) Nigel Barnes1-0/+2
2017-11-06castool: Added Acorn Atom formats. (nw) Nigel Barnes1-2/+3
2017-10-22srcclean (nw) Vas Crabb4-19/+19
2017-10-19floptool: Added Acorn floppy formats (nw) Nigel Barnes1-1/+9
2017-10-17Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods14-114/+374
2017-10-03Support for HP85 tapes added to imgtool (#2688) fulivi3-1/+1198
2017-09-25fix for clang 5 unused lambda capture errors (nw) smf-1-1/+1
2017-09-24fix for clang 5 unused lambda capture errors (nw) smf-1-1/+1
2017-09-24(nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb1-79/+79
2017-09-18Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods1-0/+6
2017-09-16Added support for viewing the pls100 device to jedutil (#2658) Kevin Eshbach1-4/+269
2017-09-09make the C-like parts more consistent with MAME (nw) Vas Crabb1-113/+136
2017-08-27srcclean (nw) Vas Crabb3-5/+5
2017-08-24imgtool: hopefully fixed the "GET" command fulivi1-6/+1
2017-08-16hp9845: re-factored hp9845_tape module of imgtool to use HTI format fulivi1-238/+185
2017-08-02Imgtool: Classic Mac: Made the logic for B&W icon able to handled non-maske... Nathan Woods1-27/+25
2017-08-02Imgtool: Fixed features.supports_geticoninfo Nathan Woods1-0/+2
2017-08-02[Imgtool] C++-ification of imgtool_forkent structure Nathan Woods6-60/+93
2017-07-31Imgtool: Removed silly intermediate 'const char *' (nw) Nathan Woods1-3/+2
2017-07-30Imgtool: Vas Feedback: Changed another charconverter access (nw) Nathan Woods1-3/+3
2017-07-30Imgtool: Eliminated Imgtool-specific rand() function Nathan Woods3-19/+5
2017-07-30Imgtool: Merged normalize_filename() into cannonicalize_path(), C++-ificatio... npwoods2-372/+149