summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sharc/sharc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sharc/sharc.cpp')
0 files changed, 0 insertions, 0 deletions
> 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 * imgtool: properly remove all Apple modules. (GitHub #10594) [R. Belmont] arbee2022-12-067-9278/+0 * unidasm: Add IBM 1800, IBM 1130 and (DG) Nova disassemblers AJR2022-12-021-0/+5 * harddisk.h: #include shuffling AJR2022-11-261-0/+1 * unidasm: Add CDC 1700, Cyber 18, Sigma 2 and Xerox 530 disassemblers AJR2022-11-161-0/+6 * imgtool.cpp: Future-proofing AJR2022-11-131-0/+1 * srcclean in preparation for release branch Vas Crabb2022-10-232-3/+3 * Added support for specifying volume attributes in 'floptool flopcreate' (#9590) npwoods2022-10-161-4/+34 * unidasm: Add Nios II disassembler AJR2022-10-111-0/+2 * Change cpu32 and M68340 to 16 bit data bus instead of 32 [Paul Arnold] Paul-Arnold2022-10-041-1/+1 * corefile.h: Move filename utilities to path.h AJR2022-09-255-3/+5 * arm: Eliminate big-endian bus variant not actually implemented until ARM6 (wh... AJR2022-09-251-1/+0 * imgtool: make the Apple formats build, but they will not function (did they b... arbee2022-09-242-3/+44 * Changed fs::manager_t::enumerate_f() to simplify logic within file system dri...