summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rsp/rspdrc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-251-6/+6
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-5/+5
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-78/+62
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-6/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+6
* N64, RSP, drc : Wrap PC to 12 bits in a few more places. Happy2017-04-251-3/+3
* Eliminated 'rsp_dasm_one(std::string &string,...' trampoline Nathan Woods2016-11-201-2/+3
* Changing the RSP DRC to not use static char buffers when disassembling 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-73/+73
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Revert software-installed slot/image options when changing software AJR2016-04-041-2/+2
* some handmade changes (nw) Miodrag Milanovic2015-12-211-6/+6
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-13/+13
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1292