summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips/mips3drc.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-3310/+0
* mips3drc.c - Mippity mip mips. Fixed drc bug. ted green2015-07-161-1/+1
* Minor MIPS fixups. ted green2015-07-121-1/+1
* nw, add MCFG_FORCE_NO_DRC option, does not work for no apparent reason becaus... therealmogminer@gmail.com2015-06-271-2/+2
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-6/+6
* mips3: Make fast RAM handling faster by caching certain values. [MooglyGuy] therealmogminer@gmail.com2015-05-271-0/+3
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-1/+1
* mips3 -- Added routine for clearing fastram region so that dynamic ram alloca... ted green2015-05-231-0/+14
* - mips3: Made fast RAM option common to both interpreter and DRC. [MooglyGuy] therealmogminer@gmail.com2015-03-291-72/+7
* - mips3: Add integer divide-by-zero handling to MIPS III cores. [MooglyGuy] mooglyguy2015-03-251-6/+70
* oops (nw) Olivier Galibert2015-01-251-1/+1
* Fix compilation with GCC 4.4.7 (n/w) Lord-Nightmare2014-11-121-1/+1
* added asserts for n64 -cart conker crash in mips3_device::generate_checksum_b... Oliver Stöneberg2014-11-081-0/+3
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-071-2/+2
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-071-16/+18
* mips3: Fixed left-shift-of-signed-value issues. [MooglyGuy] mooglyguy2014-11-041-1/+1
* mips3drc: Generate -0.0 for NEG.S/D of 0.0 as FNEG does not on x86 [MooglyGuy] mooglyguy2014-11-031-0/+8
* mips3drc: Sign-extend ROUND.L, TRUNC.L, CEIL.L and FLOOR.L [MooglyGuy] mooglyguy2014-11-031-0/+4
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* (nw) mips3drc: Made badcop exception handling cleaner. If you haven't read Bo... Ryan Holtz2014-08-271-25/+46
* mips3drc: Throw badcop exceptions on COP1 accesses while the COP1 status bit is Ryan Holtz2014-08-261-0/+8
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+0
* mips3.c: Modernised cpu core (nw) Wilbert Pol2014-06-011-1340/+492
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+1
* Added command line option to force DRC C backend [Miodrag Milanovic] Miodrag Milanovic2013-08-271-3/+0
* Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... Miodrag Milanovic2013-08-271-51/+51
* setname and description changes to DRC devices to indicate such is being used... Scott Stone2013-08-231-32/+32
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-2/+17
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1080/+1079
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-6/+3
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-3/+3
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-33/+33
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* - Checksum the delay slot in single-instruction blocks in the MIPS3 and RSP D... Ryan Holtz2012-02-201-1/+17
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* BIG update. Aaron Giles2011-03-291-8/+8
* Simplified UML parameters, as follows: Aaron Giles2011-01-171-602/+602
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-474/+456
* Convert drccache to C++ Aaron Giles2011-01-051-6/+6
* C++-ified drcfe and the associated frontends. You now create a Aaron Giles2011-01-041-30/+48
* Include delay slots in checksum calculations. Aaron Giles2011-01-041-0/+8
* Fix case where branch delay slot straddles a page boundary and Aaron Giles2011-01-031-0/+5
* MIPS: make DRC selectable by #ifdef [R. Belmont] R. Belmont2011-01-011-2/+4
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-4/+4
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1