summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rsp/rsp.cpp
Commit message (Expand)AuthorAgeFilesLines
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-16/+16
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-0/+4
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-12/+7
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-12/+12
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+7
* RSP - let debugger disassembly windows track RSP PC Happy2017-03-131-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* srcclean (nw) Vas Crabb2016-11-271-1/+1
* Eliminated 'rsp_dasm_one(std::string &string,...' trampoline Nathan Woods2016-11-201-5/+8
* Changing the RSP DRC to not use static char buffers when disassembling Nathan Woods2016-11-201-5/+5
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* Moved the declaration of rsp_dasm_one() to a header file Nathan Woods2016-11-171-2/+0
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-69/+69
* 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
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* some handmade changes (nw) Miodrag Milanovic2015-12-211-19/+4
* clang-modernize part 3 Miodrag Milanovic2015-12-041-21/+21
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+809