summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3com.cpp
Commit message (Collapse)AuthorAgeFilesLines
* (nw) MIPS3: Use sequence generator for random tlb indices so that DRC and ↵ Ted Green2019-05-051-4/+14
| | | | non-DRC code sequences match
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+7
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+0
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* MIPS3: Add minimal support for revealing the Secondary Cache Line size in ↵ tyfighter2019-01-141-0/+7
| | | | the Status Register
* mips3.cpp: Started laying the groundwork for cache support, nw mooglyguy2018-11-191-10/+11
|
* mips3: Added correct R5271 processor id (nw) Ted Green2018-11-131-1/+3
|
* mips3: add r4000 and r4400 variants (nw) Patrick Mackinlay2018-09-191-0/+6
|
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
| | | | | | * Make more #include guards follow standard format - using MAME_ as the prefix makes it easy to see which ones come from our code in a preprocessor dump, and having both src/devices/machine/foo.h and src/mame/machine/foo.h causes issues anyway * Get #include "emu.h" out of headers - it should only be the first thing in a complilation unit or we get differences in behaviour with PCH on/off * Add out-of-line destructors to some devices - it forces the compiler to instantiate the vtable in a certain location and avoids some non-deterministic compiler behaviours
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-0/+1
|
* ps2sony: Checkpoint, nw mooglyguy2018-07-171-1/+1
|
* -ps2sony: Fleshing out the skeleton driver. [Ryan Holtz] mooglyguy2018-06-281-1/+5
| | | | | | | | | | | | | * Added ps2timer device to encapsulate Playstation 2 timers. * Temporarily hacked R5900 core to always have scratchpad RAM mapped at 0x70000000. * Added reference counting to divtlb so that it does not unmap pages that are still shared with other entries. * Added a considerable amount of logging to ps2sony.cpp. -mips3: Added basic Emotion Engine support. [Ryan Holtz] * Added S bit to TLB mapping. * Added support for VSUB, VIADD, VSQI, VISWR, VOR, LQ, SQ, MFSA, MTSA, MFHI1, MFLO1, MULT1, DIV1, DIVU1, PEXTLW, PADDUW, PMFHI, PMFLO, PCPYLD, PCPYUD, SQC2, LQC2 opcodes. [Ryan Holtz]
* mips3: Added disassembler for Emotion Engine core opcodes. VU macro ops are ↵ mooglyguy2018-06-231-0/+3
| | | | still to-do. [Ryan Holtz]
* MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont] arbee2017-03-251-0/+24
|
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
| | | | | | | | | | | | * New abbreviated types are in osd and util namespaces, and also in global namespace for things that #include "emu.h" * Get rid of import of cstdint types to global namespace (C99 does this anyway) * Remove the cstdint types from everything in emu * Get rid of U64/S64 macros * Fix a bug in dps16 caused by incorrect use of macro * Fix debugcon not checking for "do " prefix case-insensitively * Fix a lot of messed up tabulation * More constexpr * Fix up many __names
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-4/+4
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Port Happy's PPC aliasing fix to the MIPS3 DRC, nw therealmogminer@gmail.com2016-04-151-2/+0
|
* Fix for mips3 compare timer. Happy2016-03-011-2/+3
|
* Make generic VTLB implementation a modern device interface (nw) AJR2016-02-071-6/+6
|
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+433