summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rsp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-283-65/+65
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-106-6/+6
* cleanup (nw) Miodrag Milanovic2015-12-263-6/+5
* cleanup (nw) Miodrag Milanovic2015-12-261-2/+2
* cleanups (nw) Miodrag Milanovic2015-12-251-3/+0
* some handmade changes (nw) Miodrag Milanovic2015-12-215-31/+17
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-122-3/+3
* override part 2 (nw) Miodrag Milanovic2015-12-053-91/+91
* clang-modernize part 6 Miodrag Milanovic2015-12-041-5/+5