summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-021-1/+1
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-016-120/+57
* Minor changes to various drivers (#8880) shattered2021-11-251-1/+1
* A little more refactoring, and Coverity fixes: Vas Crabb2021-11-251-1/+1
* saitek_osa: added sparc module emulation [Ryan Holtz, hap] hap2021-11-241-8/+9
* selmenu: fix wrongly placed messagebox hap2021-10-291-1/+1
* new NOT_WORKING machine (Casio CTK-2100) (#8757) Devin Acker2021-10-271-0/+2
* powerpc: add power family disassembly Patrick Mackinlay2021-10-251-0/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-056-88/+129
* New clones marked as NOT_WORKING AJR2021-09-251-0/+1
* Convert JED, PLA and JEDBIN parsers to (mostly) use ioprocs instead of raw me... AJR2021-09-151-78/+31
* imgtool/library.h: Supply some missing #includes AJR2021-09-111-0/+4
* Formats-related refactoring AJR2021-09-1148-102/+200
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-062-2/+2
* unidasm: Add disassembler for DEC VAX architecture AJR2021-09-031-0/+2
* Move endianness type into lib/util header AJR2021-08-311-2/+4
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-2224-1029/+997
* srcclean: Added JSON cleaning support, and some cleanup. Vas Crabb2021-08-201-2/+302
* chdman: add a few more hard disk templates (#8352) Davide Cavalca2021-07-301-5/+13
* f2mc16: Rewrite disassembler AJR2021-07-211-1/+1
* srcclean in preparation for release Vas Crabb2021-06-273-16/+16
* -util: Retire legacy object pool, removing vestigial references. Vas Crabb2021-06-241-1/+1
* tools/imgtool: Removed legacy object pool usage. (#8215) Aaron Giles2021-06-247-159/+73
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-2/+2
* Better fix for vt_dsk.h header name clash AJR2021-05-263-10/+10
* formats/vt_dsk.cpp: Fix clang error: unused variable 'floppyoptions_vz' [-Wer... AJR2021-05-261-1/+1
* reorganize the floptool code, add some write support Olivier Galibert2021-05-243-702/+853
* srcclean for release Vas Crabb2021-05-231-3/+3
* floptool - format/filesystem errors were printing the wrong argument (#8088) ksherlock2021-05-211-4/+4
* unidasm: Add CPU16 disassembler AJR2021-05-211-0/+2
* pdp8: Rewrite disassembler; add alternate disassembly for HD-6120 AJR2021-05-191-58/+122
* jasmin: Support write Olivier Galibert2021-05-161-53/+276
* prodos: Add file and resource reading Olivier Galibert2021-05-111-47/+140
* prodos: Start of read support Olivier Galibert2021-05-021-75/+124
* fs: Add full jasmin read support Olivier Galibert2021-04-301-3/+205
* floptool.cpp: Be stricter about types. Vas Crabb2021-04-301-4/+4
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-6/+85
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-14/+37
* unidasm: Add preliminary MN1860 disassembler (still missing a few opcodes due... AJR2021-04-081-0/+1
* Restore legacy pc_dsk floppy support for imgtool only AJR2021-03-293-2/+161
* srcclean in preparation for release Vas Crabb2021-03-281-3/+3
* pps41: added mm78 disasm and mm77/mm78 skeleton device hap2021-03-081-0/+1
* Try to fix osx compile Olivier Galibert2021-03-051-2/+2
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-2/+232
* formats: Create mame_formats_full_list which gives access to all the supporte... Olivier Galibert2021-03-041-113/+51
* imgtool: Neutralize the link error Olivier Galibert2021-03-021-1/+1
* New working machines AJR2021-02-271-1/+3
* added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] hap2021-02-261-0/+2
* added MM5799 MCU emulation [hap] hap2021-02-141-0/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-1424-413/+407