summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3drc.cpp
Commit message (Expand)AuthorAgeFilesLines
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-6/+6
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-283/+264
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-2/+7
* mips3: Cleanup TX4925 implementation. (nw) Ted Green2017-11-061-63/+0
* mips3: Revert removal of start and end checks as they potentially improve per... Ted Green2017-10-291-5/+10
* mips3: Minor MIPS DRC fastram optimization and simplification. (nw) Ted Green2017-10-291-18/+8
* srcclean (nw) Vas Crabb2017-03-261-66/+66
* MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont] arbee2017-03-251-0/+63
* mips3 drc : Make sure branch delay slot instruction is not virtual Happy2017-03-241-2/+6
* mips3: Retry fixing FPU register aliasing Happy2017-02-261-769/+109
* srcclean (nw) Vas Crabb2016-11-271-1/+1
* Changing the MIPS DRC to not use static char buffers when disassembling Nathan Woods2016-11-201-7/+10
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* Put the declaration of dasmmips3() in a header file Nathan Woods2016-11-161-2/+0
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-354/+354
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-89/+89
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-4/+4
* (nw) Updated rom naming/mapping and changed ram instantiation. Ted Green2016-05-251-1/+3
* iteagle: fix gtfore (nw) cracyc2016-04-281-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-349/+349
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Port Happy's PPC aliasing fix to the MIPS3 DRC, nw therealmogminer@gmail.com2016-04-151-179/+967
* Back out DMULT/DMULTU change, nw therealmogminer@gmail.com2016-04-131-68/+2
* Port Happy's branch-and-link fix from mips3 interpreter to DRC, nw therealmogminer@gmail.com2016-04-121-7/+16
* -mips3: Fixed DMULT and DMULTU in both interpreter and DRC modes. [marathonman] therealmogminer@gmail.com2016-04-121-2/+68
* Revert software-installed slot/image options when changing software AJR2016-04-041-2/+2
* Make generic VTLB implementation a modern device interface (nw) AJR2016-02-071-3/+3
* some handmade changes (nw) Miodrag Milanovic2015-12-211-7/+7
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-23/+23
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3310