summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3.cpp
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-03-261-9/+9
* MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont] arbee2017-03-251-0/+74
* Self-registering devices prep: Vas Crabb2017-02-271-16/+16
* mips3: Retry fixing FPU register aliasing Happy2017-02-261-80/+72
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-8/+8
* Put the declaration of dasmmips3() in a header file Nathan Woods2016-11-161-1/+0
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-261/+261
* fix disassembly window (nw) smf-2016-10-181-3/+3
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-2/+2
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-1/+1
* Revert "(nw) MIP3 DRC handle branches in delay slot properly." Ted Green2016-06-031-2/+0
* Revert "(nw) Fix issue with kinst driver. Only allow MIPs VR4300 to have the ... Ted Green2016-06-031-3/+2
* (nw) Fix issue with kinst driver. Only allow MIPs VR4300 to have the DRC bran... Ted Green2016-06-021-2/+3
* (nw) MIP3 DRC handle branches in delay slot properly. Ted Green2016-06-011-0/+2
* mips3: Fixed interpreter bug where BADCOP exceptions would execute the faulti... therealmogminer@gmail.com2016-04-151-18/+40
* -mips3: Fixed DMULT and DMULTU in both interpreter and DRC modes. [marathonman] therealmogminer@gmail.com2016-04-121-9/+22
* mips3: Branch and Link instructions unconditionally set return address register. Happy2016-04-121-5/+4
* Merge pull request #784 from Happy-yappH/master R. Belmont2016-04-051-68/+78
|\
| * mips3: Fix behavior for 32/64 bit mode floating point register aliasing. Happy2016-04-031-68/+78
* | 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-65/+65
* Make generic VTLB implementation a modern device interface (nw) AJR2016-02-071-43/+24
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-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-4/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-29/+29
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3090