summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rsp
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-3/+3
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-13/+2
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-4/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* Debugger feature improvements AJR2022-03-271-9/+9
* srcclean for upcoming release Vas Crabb2021-08-221-24/+24
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* Assorted N64 fixes (#8415) MooglyGuy2021-08-0936-11201/+2699
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-4/+4
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-254-25/+25
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* rsp: Add 32-bit opcode alignment for disassembly AJR2019-10-291-1/+1
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-262-2/+2
* -mips, rsp: Removed MCFG, nw mooglyguy2018-12-091-20/+5
* devcb3 Vas Crabb2018-07-071-5/+5
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+0
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-114-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-0/+5
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-259-677/+367
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-10/+10
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-266-51/+86
* 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-147-42/+68
* N64, RSP, drc : Wrap PC to 12 bits in a few more places. Happy2017-04-252-4/+4
* N64 / RSP - Make element selection in vector load/store DRC C functions consi... Happy2017-03-151-4/+4
* RSP - let debugger disassembly windows track RSP PC Happy2017-03-131-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* srcclean (nw) Vas Crabb2016-11-271-1/+1
* Eliminated 'rsp_dasm_one(std::string &string,...' trampoline Nathan Woods2016-11-204-16/+11
* Changing the RSP DRC to not use static char buffers when disassembling Nathan Woods2016-11-205-11/+20
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-13/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* Changed the RSP disassembler to use 'std::ostream &' internally Nathan Woods2016-11-172-160/+157
* Moved the declaration of rsp_dasm_one() to a header file Nathan Woods2016-11-175-8/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-226-170/+170
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2225-858/+858
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-312-4/+4
* Revert software-installed slot/image options when changing software AJR2016-04-042-3/+3