summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Update parse_number in unidasm.cpp, plus alignment with code style guide.addrbus-64 MooglyGuy2026-05-041-303/+208
* Another attempt at fixing unidasm. MooglyGuy2026-05-041-4/+4
* Attempting a different fix for unidasm compile errors. MooglyGuy2026-05-041-2/+20
* Attempt at fixing the CI builds by expanding parse_number to take a u64 MooglyGuy2026-05-011-1/+1
* Point unidasm.cpp at the properly-namespaced declaration of offs_t MooglyGuy2026-05-011-1/+1
* tools/imgtool: Use UTF-8 console I/O on Windows, don't use wide char streams. Vas Crabb2026-04-154-91/+89
* Cleaned up unsupportable legacy stuff: Vas Crabb2026-04-062-1098/+0
* Move build system adjusttment and fixes: Vas Crabb2026-04-051-1/+1
* Fix up more stuff for upgraded tools, etc. Vas Crabb2026-04-041-4/+4
* misc: toodle-oo TOOD typo hap2026-03-241-1/+1
* More stuff mostly related to recompiling CPUs: Vas Crabb2026-03-061-1/+1
* -cpu/e132xs: Log analysed instructions in UML log when using recompiler. Vas Crabb2026-03-051-12/+2
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-072-9/+83
* testkeys: add license header hap2026-01-288-13/+9
* unidasm: Fix build after 4cca9c37840dd92315a24ffc86eed1c4895e809a AJR2026-01-171-4/+4
* cpu: Improved naming of TMS320 series DSPs. Vas Crabb2026-01-181-8/+8
* floptool: Minor code cleanup AJR2026-01-131-1/+1
* Add a Sanyo LC6500 series disassembler Dirk Best2026-01-091-0/+2
* unidasm: Allow "0" to be specified as a parameter for numeric options AJR2026-01-031-1/+1
* imgtool: Retired the get_chain method. This is no longer implemented by any s... AJR2025-12-293-105/+0
* srcclean in preparation for release. Vas Crabb2025-12-281-1/+1
* imgtool.cpp: Fix error of assigning nullptr to variable of type std::string AJR2025-12-131-1/+1
* floptool: Add flopblocks and hdblocks commands to enumerate blocks used by ev... AJR2025-12-121-0/+182
* floptool: Command interface improvements AJR2025-11-271-52/+271
* new cpu core (start of disassembler): dsp563xx Olivier Galibert2025-10-261-0/+2
* evo_cpu -> sonix16: Identify manufacturer of processor used in evolhh (and ot... AJR2025-10-241-2/+2
* floptool: Add floprename and flopremove commands AJR2025-10-191-1/+110
* floptool: New filesystem-based commands [AJR] AJR2025-10-171-20/+274
* tms7000: Clean up code in disassembler AJR2025-10-101-1/+1
* image_handler.cpp: Fix error return for floppy_create AJR2025-10-081-2/+2
* floptool.cpp, image_handler.cpp: Add rudimentary error checking to floppy_cre... AJR2025-10-083-5/+20
* imgtool/modules/fat.cpp: Fix build AJR2025-09-081-1/+1
* Basic fix for pc_chd support in imgtool (#14148) Michael Karcher2025-09-082-1/+2
* chdman: Request write permission when opening file for verify --fix; allow SH... lucinda lovebuny2025-08-031-8/+32
* dspp: Add a real disassembler AJR2025-05-071-0/+2
* cpu/e132xs: Made debugging Hyperstone E1 software less painful. Vas Crabb2025-03-261-3/+1
* unidasm: Add Panasonic MN10300 disassembler AJR2025-03-221-0/+2
* Add disassembler for CDC 160(-A) architecture AJR2025-03-071-0/+3
* formats/fsblk.cpp: Replaced fs::err_t enum with a standard error condition ca... ajrhacker2025-02-221-9/+6
* m6502: rename m65c02 to w65c02 as well hap2024-12-141-2/+2
* kangaroo: hook up protection mcu, hap2024-12-031-1/+1
* new machines marked as NOT WORKING - Cassette Vision (#11927) mamehaze2024-11-261-0/+2
* -tools/imgtool/modules: Fixed remaining calss memory access warnings. Vas Crabb2024-11-262-71/+73
* romcmp: Print error message when decompression fails AJR2024-11-231-0/+3
* -util/cdrom.cpp: Fixed issues with CUE, TOC and GDI parsers. (#12948) 9871238791132024-11-091-0/+45
* Fixed several things using memset on non-trivial objects. Vas Crabb2024-10-2815-513/+502
* util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... Vas Crabb2024-10-143-3/+3
* tools/chdman.cpp: Throw errors when examining metadata to determine compressi... AJR2024-10-121-14/+41
* chd.cpp: More API changes AJR2024-10-111-3/+3
* util/chd.cpp, util/chdcodec.cpp: Made some APIs return errors rather than thr... Vas Crabb2024-10-111-3/+8