summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* missing thing in if condition (nw) Vas Crabb2017-07-101-0/+2
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* Begin of HP80 emulation (#2448) fulivi2017-07-081-0/+2
* Merge tag 'mame0187' Vas Crabb2017-06-281-1/+1
|\
| * unidasm: Fix MC68HC11 disassembly AJR2017-06-251-1/+1
* | Rewrote 4004 core and disassembler: Vas Crabb2017-06-271-0/+2
|/
* sm510: made KB1013VK12 device a clone of SM5A (nw) hap2017-06-231-2/+2
* Merge pull request #2343 from ajrhacker/romcmp_fix ajrhacker2017-05-281-2/+2
|\
| * Fix romcmp regression with identifying bits stuck high (nw) AJR2017-05-281-2/+2
* | srcclean (nw) Vas Crabb2017-05-282-3/+3
|/
* Hp9845: Support for HPI floppy format (#2310) fulivi2017-05-161-0/+4
* Fix tools as well (nw) Miodrag Milanovic2017-05-151-1/+1
* Improvements to romcmp AJR2017-05-111-35/+60
* [Imgtool] Fix to MT#6576 (#2275) npwoods2017-05-045-9/+8
* hcd62121: Improve rotate and shift instructions. Identified COM and PORT regi... Wilbert Pol2017-05-031-1/+1
* [Imgtool] Cleanups to validity code, and transitioned to std::wcerr Nathan Woods2017-04-302-28/+28
* Introduced an 'util::arbitrary_clock' template class, to represent a clock th... npwoods2017-04-061-5/+10
* Fix CID 157540: "Missing comma" resulting in unintentional string concatenation Peter Bortas2017-03-271-1/+1
* m6805: added skeleton CMOS devices Vas Crabb2017-01-301-0/+4
* Merge pull request #2016 from pmackinlay/interpro R. Belmont2017-01-241-0/+2
|\
| * initial pull request Patrick Mackinlay2017-01-241-0/+2
* | [Imgtool] Fixed recently introduced bug in the code that emits usage text Nathan Woods2017-01-231-1/+1
* | srcclean (nw) Vas Crabb2017-01-224-5/+5
|/
* cop400: Properly separated COP444L from COP444C. [Curt Coder] Curt Coder2017-01-161-0/+2
* Merge pull request #1979 from npwoods/imgtool_fix_attr_listing R. Belmont2017-01-151-1/+1
|\
| * [Imgtool] Fixed recently introduce bug on attribute listings Nathan Woods2017-01-151-1/+1
* | [CoCo] Fixed a recently introduced bug in DMK image creation Nathan Woods2017-01-151-23/+15
|/
* [Imgtool Mac] Adding support for MacRoman encoding Nathan Woods2017-01-141-0/+30
* Merge pull request #1868 from npwoods/imgtool_charconv_rewrite Vas Crabb2017-01-155-206/+217
|\
| * Restyled some imgtoolerr_t typecasts Nathan Woods2017-01-141-48/+48
| * Spacing fix Nathan Woods2017-01-141-1/+1
| * [Imgtool] Changing imgtool::simple_charconverter::from_utf8() to not perform ... Nathan Woods2017-01-052-37/+35
| * Vas Crabb feedback: Fixed Latin-1 C1 space, changed charconverter prototype ... Nathan Woods2017-01-042-35/+44