dolphin/Source/Core/Core/Src/DSP
Marko Pusljar 986825124e added hash for free dsp roms (+there is a warning, if panic alert-s are enabled)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7690 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-08-03 17:08:21 +00:00
..
Jit JIT: Get rid of SHLs with shifts of 1, 2, 3 2011-06-30 20:25:37 +00:00
DSPAccelerator.cpp small WriteARAM() fix i forgot before 2011-04-20 20:38:55 +00:00
DSPAccelerator.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPAnalyzer.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPAnalyzer.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPBreakpoints.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPCodeUtil.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPCodeUtil.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPCommon.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPCore.cpp added hash for free dsp roms (+there is a warning, if panic alert-s are enabled) 2011-08-03 17:08:21 +00:00
DSPCore.h dspjit - iram/codespace reset fixed, decreased dspjit codespace to 2MB 2011-05-30 13:02:05 +00:00
DSPEmitter.cpp dsplle - small optimization for my previous commit + some cleaning 2011-06-05 12:35:11 +00:00
DSPEmitter.h dsplle - small optimization for my previous commit + some cleaning 2011-06-05 12:35:11 +00:00
DSPHWInterface.cpp llejit - fix for flag generation code + dspspy jit workaround 2011-04-15 13:04:20 +00:00
DSPHWInterface.h Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
DSPHost.h Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
DSPIntCCUtil.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPIntCCUtil.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPIntExtOps.cpp UpdateAudioDMA() fix/revert -> fixes Rayman 3/Smugglers Run with LLE, + small optimization for lleint/llejit32 2011-05-05 11:06:04 +00:00
DSPIntExtOps.h Core/DSP: Split extended opcode 0xc0/mask 0xc0 to account for 0xc3/mask 0xc3 variant 2011-03-25 22:28:18 +00:00
DSPIntUtil.h small dsp cleanup 2011-05-25 23:00:46 +00:00
DSPInterpreter.cpp DSP: 2011-03-24 11:59:39 +00:00
DSPInterpreter.h DSP: 2011-03-24 11:59:39 +00:00
DSPMemoryMap.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPMemoryMap.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPStacks.cpp Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
DSPStacks.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPTables.cpp dsplle-jit - fix for 3 conditions + removed interpreter fallbacks 2011-06-03 16:15:01 +00:00
DSPTables.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DspIntArithmetic.cpp dsplle - prevent crashing, if there is unknown opcode (interpreter, only important for tests and certain homebrew ucodes), more cleaning, removal of obsolete TODO-s 2011-03-22 20:32:17 +00:00
DspIntBranch.cpp Core/DSP: Fix loop/loopi for Interpreter and JIT. 2011-03-18 21:21:19 +00:00
DspIntLoadStore.cpp DSP: implemented saturation in dsplle-int 2011-03-01 20:20:04 +00:00
DspIntMisc.cpp dsplle - prevent crashing, if there is unknown opcode (interpreter, only important for tests and certain homebrew ucodes), more cleaning, removal of obsolete TODO-s 2011-03-22 20:32:17 +00:00
DspIntMultiplier.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
LabelMap.cpp Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
LabelMap.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
assemble.cpp Initialize all struct members. 2011-02-14 21:58:53 +00:00
assemble.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
disassemble.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
disassemble.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00