summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* cpu/z80/r800dasm.cpp: Add disassembler for ASCII R800. (#12116) wilbertpol2024-03-101-0/+2
* cpu/g65816: Don't expose a pile of macros to downstream users. Vas Crabb2024-03-081-1/+0
* util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... 9871238791132024-03-071-5/+33
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-256-38/+56
* image_handler.cpp: Floppy fixes AJR2024-02-151-3/+14
* unidasm: Add p8xc552 and p8xc562 types AJR2024-02-131-0/+2
* ns32k: housekeeping Patrick Mackinlay2024-02-111-1/+1
* formats/fs_fat.cpp: Various fixes AJR2024-02-101-1/+1
* tools/chdman.cpp: Fixed bogus uninitialised local warning. Vas Crabb2024-02-101-1/+1
* tools/chdman.cpp: Helps to git add everything (fixes variable scoping issue). Vas Crabb2024-02-101-7/+8
* tools/chdman.cpp: Fixed numerous issues, including: Vas Crabb2024-02-101-528/+504
* chdman: Fixed a couple of issues and added preliminary web docs. Vas Crabb2024-02-051-3/+7
* cpu/c33, tools/unidasm.cpp: Added disassembler for Epson C33 ADV Core. Vas Crabb2024-01-211-0/+2
* imgtool/modules/vzdos.cpp: Use util::sum16_creator AJR2024-01-111-14/+3
* mattel/aquarius.cpp: Support pasting Arabic text for aquarius_ar in Arabic mode. Vas Crabb2024-01-111-0/+1
* unidasm: Allow -count to be specified in hexadecimal or octal. (#11912) invertego2024-01-071-29/+21
* Holtek HT1130 CPU core, and preliminary driver for a brick game using it (#11... mamehaze2023-12-261-0/+2
* unidasm: Add disassembler for Tensilica Xtensa architecture AJR2023-11-221-0/+2
* evolution: First stab at understanding the cpu Olivier Galibert2023-10-311-0/+2
* imgtool: check for unrecognized options (#11671) Lubomir Rintel2023-10-291-0/+3
* imgtool/bml3: fix a crash when format doesn't implement get_sectors_per_track... Lubomir Rintel2023-10-291-1/+4
* Revert "chd.cpp, chdcodec.cpp: Minor refactoring" Vas Crabb2023-10-271-6/+2
* chd.cpp, chdcodec.cpp: Minor refactoring AJR2023-10-221-2/+6
* Floppy format API refinements AJR2023-10-083-36/+36
* Miscellaneous change roll-up: Vas Crabb2023-09-293-32/+28
* Filesystem code refactoring (#11570) ajrhacker2023-09-272-0/+3
* chdman.cpp, imgtool/modules: Use multibyte.h functions AJR2023-09-245-83/+39
* aviio.cpp: Massive code cleanup AJR2023-09-171-2/+2
* fsmgr.h: Cleanup AJR2023-09-171-15/+14
* imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... AJR2023-09-1711-302/+298
* unidasm: Support v620f as a separate architecture from v620 and refactor thes... AJR2023-08-211-0/+1
* unidasm: Add disassemblers for DDP-516 and Prime S, R, V architectures AJR2023-08-141-0/+7
* unidasm: Add disassembler for Mitsubishi/Renesas M16C architecture AJR2023-08-011-0/+2
* unidasm: Add disassemblers for ST9 and ST9+ architectures AJR2023-06-181-0/+3
* Some more sprintf() deprecation warning fixes. [R. Belmont] arbee2023-06-031-18/+18
* chdman: Add extractdvd command Olivier Galibert2023-05-051-0/+93
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-0/+94
* mn1400: add disassembler hap2023-05-011-0/+2
* smc1102: add disassembler hap2023-04-061-0/+1
* tools/srcclean.cpp: Escape 'high' Unicode characters found in strings rather ... Vas Crabb2023-03-151-10/+20
* -tools/srcclean.cpp: Use the same rules for character literals and strings in... Vas Crabb2023-03-141-1/+1
* unidasm: Add Interdata Series 16 disassembler AJR2023-03-111-0/+2
* Reduced usage of sprintf. (#10892) Erik2023-02-204-21/+18
* image_handler.cpp: Eliminate use of sprintf for error messages AJR2023-02-161-9/+3
* regrep.cpp: Code cleanup AJR2023-02-161-36/+34
* tools/ldresample.cpp: Don't try to allocate a 1MB object on the stack (fixed ... Vas Crabb2023-02-031-19/+20
* Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ... Vas Crabb2023-02-011-2/+3
* osd/tools: msvc fixes Patrick Mackinlay2023-02-011-1/+1
* scmp: Rewrite disassembler; change CPU endianness AJR2023-01-091-1/+1
* imgtool/stream: Remove some unused functions AJR2022-12-142-80/+0