mupen64plus-oldsvn/r4300
2009-10-02 02:57:25 +00:00
..
x86 bugfix issue #268 - instead of setting linker flags for executable heap, use aligned malloc and mprotect to set executable status for emitted machine code from dynamic recompiler. Written by Sven Eckelmann and Richard Goedeken 2009-10-02 02:57:25 +00:00
x86_64 bugfix issue #268 - instead of setting linker flags for executable heap, use aligned malloc and mprotect to set executable status for emitted machine code from dynamic recompiler. Written by Sven Eckelmann and Richard Goedeken 2009-10-02 02:57:25 +00:00
bc.c Rewrite of debugger memory breakpoint trap. Memory breakpoints are now 2008-12-22 04:54:03 +00:00
compare_core.c added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
cop0.c bugfix issue #51: Floating Point Register data was not correctly converted when switching between 32-bit (MIPS-I) mode and 64-bit (MIPS III) modes with FR Bit in Status register. New code more closely emulates behavior of r4300 hardware. Snapshot file is always stored with FGR data in 64-bit format for backwards compatibility. Fixed big-endian bug in 64-bit FPR mode. Written by Richard Goedeken based on debugging work and patches by Sven Eckelmann. 2009-10-01 04:47:28 +00:00
cop1.c Fixed warnings generated by a static code analysis in issue 152 2008-10-15 05:01:29 +00:00
cop1_d.c Fixed warnings generated by a static code analysis in issue 152 2008-10-15 05:01:29 +00:00
cop1_l.c Fixed warnings generated by a static code analysis in issue 152 2008-10-15 05:01:29 +00:00
cop1_s.c Fixed warnings generated by a static code analysis in issue 152 2008-10-15 05:01:29 +00:00
cop1_w.c Fixed warnings generated by a static code analysis in issue 152 2008-10-15 05:01:29 +00:00
empty_dynarec.c Removed defunct and unlicensed VCR functions, and language files. FSF address fixes. 2008-08-19 04:28:04 +00:00
exception.c Fixed warnings generated by a static code analysis in issue 152 2008-10-15 05:01:29 +00:00
exception.h added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
interupt.c Added a cleanuped version of olejl's Project64 savestate export patch (effectly closes Issue 52). Since PJ64 format uses .zip compression, re-adding the compression part of minizip. Also added a Gtk GUI tie-in to let us easily export saves, as well as re-adding savestate messages to the console (why was this turned off again?) and two minor error message corrections for romcache.c. 2009-02-17 07:51:43 +00:00
interupt.h Added a cleanuped version of olejl's Project64 savestate export patch (effectly closes Issue 52). Since PJ64 format uses .zip compression, re-adding the compression part of minizip. Also added a Gtk GUI tie-in to let us easily export saves, as well as re-adding savestate messages to the console (why was this turned off again?) and two minor error message corrections for romcache.c. 2009-02-17 07:51:43 +00:00
macros.h bugfix issue 272: rounding mode for x86 architectures not being set correctly in interpreter and pure interpreter cores, due to unused preprocesser #define. From sven.eckelmann@gmx.de 2009-09-29 03:28:22 +00:00
ops.h added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
profile.c added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
pure_interp.c bugfix issue #51: Floating Point Register data was not correctly converted when switching between 32-bit (MIPS-I) mode and 64-bit (MIPS III) modes with FR Bit in Status register. New code more closely emulates behavior of r4300 hardware. Snapshot file is always stored with FGR data in 64-bit format for backwards compatibility. Fixed big-endian bug in 64-bit FPR mode. Written by Richard Goedeken based on debugging work and patches by Sven Eckelmann. 2009-10-01 04:47:28 +00:00
r4300.c bugfix issue #51: Floating Point Register data was not correctly converted when switching between 32-bit (MIPS-I) mode and 64-bit (MIPS III) modes with FR Bit in Status register. New code more closely emulates behavior of r4300 hardware. Snapshot file is always stored with FGR data in 64-bit format for backwards compatibility. Fixed big-endian bug in 64-bit FPR mode. Written by Richard Goedeken based on debugging work and patches by Sven Eckelmann. 2009-10-01 04:47:28 +00:00
r4300.h bugfix issue #51: Floating Point Register data was not correctly converted when switching between 32-bit (MIPS-I) mode and 64-bit (MIPS III) modes with FR Bit in Status register. New code more closely emulates behavior of r4300 hardware. Snapshot file is always stored with FGR data in 64-bit format for backwards compatibility. Fixed big-endian bug in 64-bit FPR mode. Written by Richard Goedeken based on debugging work and patches by Sven Eckelmann. 2009-10-01 04:47:28 +00:00
recomp.c bugfix issue #268 - instead of setting linker flags for executable heap, use aligned malloc and mprotect to set executable status for emitted machine code from dynamic recompiler. Written by Sven Eckelmann and Richard Goedeken 2009-10-02 02:57:25 +00:00
recomp.h bugfix issue #268 - instead of setting linker flags for executable heap, use aligned malloc and mprotect to set executable status for emitted machine code from dynamic recompiler. Written by Sven Eckelmann and Richard Goedeken 2009-10-02 02:57:25 +00:00
recomph.h added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
regimm.c Removed some non-ascii characters, translated some messages from French to English. From sven.eckelmann@gmx.de 2009-09-30 14:10:11 +00:00
special.c Rewrite of debugger memory breakpoint trap. Memory breakpoints are now 2008-12-22 04:54:03 +00:00
tlb.c Removed some non-ascii characters, translated some messages from French to English. From sven.eckelmann@gmx.de 2009-09-30 14:10:11 +00:00