summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
* -ps2sony: Various DMA and SIF bug fixes, initial OSDSYS ELF transfers to IOP ... mooglyguy2018-07-056-15/+113
* ps2sony: Disable debug printing, nw mooglyguy2018-07-051-0/+2
* ps2sony: Added skeleton DMAC, INTC, and SIF devices, nw mooglyguy2018-07-052-15/+29
* ps2sony: Fixed some R3000 bugs, started fleshing out IOP devices, nw mooglyguy2018-07-011-7/+22
* -ps2sony: Fleshing out the skeleton driver. [Ryan Holtz] mooglyguy2018-06-287-711/+1896
* srcclean and other cleanup (nw) Vas Crabb2018-06-243-90/+90
* mips3: Added VU0 macro-instructions to R5900 disassembler, pending split into... mooglyguy2018-06-234-38/+195
* mips3: Added disassembler for Emotion Engine core opcodes. VU macro ops are s... mooglyguy2018-06-235-314/+706
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-116-14/+37
* Reshuffle some stuff: Vas Crabb2018-03-282-4/+4
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-257-337/+317
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-152-25/+25
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-34/+16
* emumem: API change [O. Galibert] Olivier Galibert2017-11-294-4/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-269-143/+164
* mips3: Cleanup TX4925 implementation. (nw) Ted Green2017-11-062-134/+9
* 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
* This is too contentious, please put it up for review Vas Crabb2017-08-013-16/+10
* Changes to debugger memory address translation AJR2017-08-013-10/+16
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-104-6/+6
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-034-9/+15
* more incorrect names fixed (nw) smf-2017-05-141-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-144-109/+111
* srcclean (nw) Vas Crabb2017-03-262-75/+75
* MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont] arbee2017-03-254-0/+203
* mips3 drc : Make sure branch delay slot instruction is not virtual Happy2017-03-241-2/+6
* 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