summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sharc
Commit message (Expand)AuthorAgeFilesLines
* -sound/xaudio2_sound.cpp: Use abuffer for bufferring input. Vas Crabb2025-06-071-2/+2
* hlcd0538: add hlcd0607 hap2025-06-041-1/+1
* cpu/sharc: correctly align 32-bit data transfers using PM bus (#13770) Matthew Daniels2025-06-031-2/+3
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-1/+1
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-1/+2
* cpu/i960, cpu/sharc, cpu/sparc, cpu/v60: Use 32x32=64-bit multiply inlines AJR2024-11-101-6/+6
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* Various cleanups: Vas Crabb2024-05-311-24/+12
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-2/+2
* sharc: Use rot[lr]_32 some more AJR2022-11-241-6/+2
* cpu/cr16b, cpu/es5510, cpu/ks0164, cpu/mb86235, cpu/sharc, upd7220: Use util:... AJR2022-11-015-91/+69
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-062-3/+0
* Debugger feature improvements AJR2022-03-271-2/+13
* srcclean in preparation for release Vas Crabb2021-06-272-10/+10
* re-enable SHARC recompiler for Gradius 4 Ville Linde2021-06-182-2/+10
* sharc: Cycle-based DMA. Added support for write stalling. Ville Linde2021-06-173-27/+161
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-142-36/+25
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-12/+12
* finished removing read* and write* macros from the mame part of the tree. the... Ivan Vangelista2020-06-162-8/+8
* e132xs.cpp, sharc.cpp: fixed DRC crashes in devnoclear debug builds (nw) Ivan Vangelista2020-06-141-0/+22
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* sharc: add compute_fcopysign MetalliC2019-05-043-0/+20
* -mb86235, sh7604, sharc: Removed MCFG macros, nw mooglyguy2018-12-091-3/+0
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-0/+5
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-18/+20
* Reshuffle some stuff: Vas Crabb2018-03-282-4/+7
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-254-396/+392
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* sharc.cpp: fix LSHIFT negative operations to not extend the sign on result, f... angelosa2018-03-141-6/+7
* sharc.cpp: fix obvious mistake in compute_fmul_avg (nw) angelosa2018-03-121-1/+1
* sharc.cpp: added SET_UREG case $67 (Zero Gunner 2B) [Angelo Salese] angelosa2018-03-071-0/+1
* sharc.cpp: added fmul abs multi opcode (used by Gunblade NY) [Angelo Salese] angelosa2018-03-073-2/+49
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-3/+3
* sharc.cpp: added Rn = Rn FDEP Rx BY <bit6>:<len6> opcode, used by Last Bronx ... angelosa2018-03-021-2/+13
* srcclean (nw) Vas Crabb2018-02-251-2/+2
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* sharc.cpp: disable fatalerror on debugger data area access (nw) angelosa2018-02-211-1/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-4/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-293-14/+8
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-265-453/+455
* sharc.cpp: leftover debug code removal (nw) angelosa2017-09-171-12/+0
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-71/+71
* Fix SHARC disassembly in debug build (nw) AJR2017-04-291-2/+3