summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3.h
Commit message (Expand)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+0
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1
* MIPS3: Add minimal support for revealing the Secondary Cache Line size in the... tyfighter2019-01-141-0/+2
* mips3: Fixed fastram accesses and COP0 exception handling. [Ryan Holtz] MooglyGuy2019-01-111-0/+1
* -mips, rsp: Removed MCFG, nw mooglyguy2018-12-091-10/+0
* mips3.cpp: Started laying the groundwork for cache support, nw mooglyguy2018-11-191-7/+21
* -o2.cpp: Added CRIME and MACE skeleton devices. [Ryan Holtz] mooglyguy2018-11-181-24/+30
* mips3: add r4000 and r4400 variants (nw) Patrick Mackinlay2018-09-191-0/+42
* Revert "MIPS3: Fixup LL/SC opcode operation. (nw)" Ted Green2018-09-011-1/+2
* MIPS3: Fixup LL/SC opcode operation. (nw) Ted Green2018-09-011-2/+1
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-686/+686
* You can't require a forward declared class (nw) smf-2018-07-211-2/+0
* (nw) fixed the build. Robbbert2018-07-211-0/+1
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-1/+1
* ps2sony: Checkpoint, nw mooglyguy2018-07-171-2/+15
* ps2sony: Checkpoint. Adds a bunch of vector and parallel ops to the EE core, ... mooglyguy2018-07-141-1/+7
* -ps2sony: Various DMA and SIF bug fixes, initial OSDSYS ELF transfers to IOP ... mooglyguy2018-07-051-0/+4
* -ps2sony: Fleshing out the skeleton driver. [Ryan Holtz] mooglyguy2018-06-281-660/+723
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-52/+52
* mips3: Added VU0 macro-instructions to R5900 disassembler, pending split into... mooglyguy2018-06-231-1/+3
* mips3: Added disassembler for Emotion Engine core opcodes. VU macro ops are s... mooglyguy2018-06-231-68/+96
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-39/+40
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-10/+1
* This is too contentious, please put it up for review Vas Crabb2017-08-011-2/+1
* Changes to debugger memory address translation AJR2017-08-011-1/+2
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* 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-141-45/+45
* MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont] arbee2017-03-251-0/+42
* mips3: Retry fixing FPU register aliasing Happy2017-02-261-8/+2
* srcclean (nw) Vas Crabb2016-11-271-1/+1
* Changing the MIPS DRC to not use static char buffers when disassembling Nathan Woods2016-11-201-1/+0
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* Put the declaration of dasmmips3() in a header file Nathan Woods2016-11-161-0/+8
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-13/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-152/+152
* fix disassembly window (nw) smf-2016-10-181-2/+2
* Port Happy's PPC aliasing fix to the MIPS3 DRC, nw therealmogminer@gmail.com2016-04-151-2/+8
* Make generic VTLB implementation a modern device interface (nw) AJR2016-02-071-4/+2
* reverting: Miodrag Milanovic2016-01-201-17/+17
* 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-17/+17
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1