summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3drc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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