summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Updated to support Unicode normalization and simple charconverters that alter... Nathan Woods2017-01-012-20/+57
| * Merge branch 'master' into imgtool_charconv_rewrite Nathan Woods2017-01-013-88/+165
| |\
| * | [Imgtool] Rewrote charconv; now an interface rather than an enumeration Nathan Woods2016-12-235-174/+141
* | | Clean up scripts from #1861 (nw): Vas Crabb2017-01-102-73/+119
* | | chdman: Add support for hard disk templates and add some initial ones Dirk Best2017-01-071-1/+76
* | | Merge pull request #1861 from ZoeB/master R. Belmont2017-01-062-0/+87
|\ \ \
| * | | Create handy ROM filename discrepancy spotter Zoe Blade2016-12-222-0/+87
| |/ /
* | | Missed these, which needed wstring_from_utf8() Nathan Woods2017-01-041-5/+5
* | | Fixed incorrect util::string_format() ==> util::stream_format() Nathan Woods2017-01-041-1/+1
* | | Vas Crabb feedback: Nathan Woods2017-01-041-62/+60
* | | [Imgtool] Changed to use wcout/wcerr in order to support Unicode console output Nathan Woods2017-01-021-61/+77
| |/ |/|
* | [Imgtool CoCo/RS-DOS] Miscellaneous cleanups and C++ modernization Nathan Woods2016-12-243-88/+165
|/
* Merge pull request #1830 from npwoods/imgtool_dir_formatting_fix R. Belmont2016-12-131-8/+21
|\
| * [Imgtool] Cleaned up the output of the 'dir' command Nathan Woods2016-12-121-8/+21
* | [Imgtool] Fixed a recently introduced error in the 'dir' command line command Nathan Woods2016-12-121-3/+3
|/
* Merge pull request #1827 from npwoods/remove_strncatz Vas Crabb2016-12-122-13/+0
|\
| * [Imgtool] Removed dead strncatz() function Nathan Woods2016-12-112-13/+0
* | Changed a number of declarations in Imgtool to use std::string instead of 'co... Nathan Woods2016-12-114-40/+35
|/
* srcclean (nw) Vas Crabb2016-11-273-7/+7
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-244-5/+5
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-17/+25
* Merge pull request #1739 from npwoods/dasmstream_upd7725 Vas Crabb2016-11-191-1/+1
|\
| * Fixed the unidasm registration for upd7725 Nathan Woods2016-11-181-1/+1
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
|/
* Added PDP8 to unidasm Nathan Woods2016-11-161-0/+2
* Merge pull request #1657 from npwoods/dasmstream_arcompact Vas Crabb2016-11-171-0/+2
|\
| * Changed the arcompact disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-0/+2
* | Merge pull request #1660 from npwoods/imgtool_fix_implicit_partition R. Belmont2016-11-113-14/+18
|\ \
| * | [Imgtool] Fixed a recently introduced bug which caused image types that do no... Nathan Woods2016-11-113-14/+18
| |/