summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sharc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* sharcdrc: Fix horribly subtle bug (nw) Olivier Galibert2016-12-101-2/+2
* sharc: Use standard memory maps [O. Galibert] Olivier Galibert2016-12-094-624/+160
* std::stringstream ==> std::ostringstream Nathan Woods2016-11-201-1/+1
* Removing 'sharc_dasm_one(char *buffer, ...' Nathan Woods2016-11-201-13/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-204-5/+7
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-194-35/+35
* Changed the sharc disassembler to use 'std::ostream &' internally Nathan Woods2016-11-171-3/+13
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-58/+58