summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips
Commit message (Expand)AuthorAgeFilesLines
* Self-registering devices prep: Vas Crabb2017-02-272-21/+21
* mips3: Retry fixing FPU register aliasing Happy2017-02-263-857/+183
* srcclean (nw) Vas Crabb2016-11-272-2/+2
* Changing the MIPS DRC to not use static char buffers when disassembling Nathan Woods2016-11-202-8/+10
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-206-31/+11
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-193-10/+10
* Merge pull request #1715 from npwoods/dasmstream_r3000 Vas Crabb2016-11-171-179/+189
|\
| * Changed the r3000 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-161-179/+189
* | Changed the mips3 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-161-236/+246
* | Put the declaration of dasmmips3() in a header file Nathan Woods2016-11-163-3/+8
|/
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-224-377/+377
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2210-773/+773
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-4/+4
* fix disassembly window (nw) smf-2016-10-182-5/+5
* 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
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-313-6/+6
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-162-7/+16
* 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
* (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-242-2/+2
* mips3: Fixed interpreter bug where BADCOP exceptions would execute the faulti... therealmogminer@gmail.com2016-04-151-18/+40
* Port Happy's PPC aliasing fix to the MIPS3 DRC, nw therealmogminer@gmail.com2016-04-153-183/+975
* 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-122-11/+90
* 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-042-3/+3
|/
* Fix for mips3 compare timer. Happy2016-03-011-2/+3
* 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-075-57/+35
* reverting: Miodrag Milanovic2016-01-204-30/+30
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-164-30/+30
* Revert "remove const (nw)" Miodrag Milanovic2016-01-134-4/+4
* remove const (nw) Miodrag Milanovic2016-01-114-4/+4
* Return std::string objects by value rather than pass by reference AJR2016-01-104-4/+4
* some handmade changes (nw) Miodrag Milanovic2015-12-213-13/+11
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-124-6/+6