dolphin/Source/Core/DSPCore/Src
nakeee fd40513fed Better comment the writelog code
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4822 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-13 11:09:20 +00:00
..
assemble.cpp
assemble.h
disassemble.cpp DSPLLE stuff (2 new opcodes) 2009-12-08 22:44:11 +00:00
disassemble.h
DSPAccelerator.cpp DSP comments & minor reorganization (moved all DSP state into the g_dsp struct). No functionality change. 2010-01-12 21:38:39 +00:00
DSPAccelerator.h
DSPAnalyzer.cpp
DSPAnalyzer.h
DSPBreakpoints.cpp
DSPBreakpoints.h
DSPCodeUtil.cpp
DSPCodeUtil.h
DSPCore.cpp DSPLLE: moved breakpoint to debug to gain some speed 2009-11-08 21:37:38 +00:00
DSPCore.h DSP LLE: code cleanup that doesn't affect behavior. 2010-01-13 00:11:29 +00:00
DSPHost.h DSPSPY improvements 2009-10-01 15:12:12 +00:00
DSPHWInterface.cpp DSP comments & minor reorganization (moved all DSP state into the g_dsp struct). No functionality change. 2010-01-12 21:38:39 +00:00
DSPHWInterface.h DSP comments & minor reorganization (moved all DSP state into the g_dsp struct). No functionality change. 2010-01-12 21:38:39 +00:00
DspIntArithmetic.cpp DSP comments & minor reorganization (moved all DSP state into the g_dsp struct). No functionality change. 2010-01-12 21:38:39 +00:00
DspIntBranch.cpp
DSPIntCCUtil.cpp DSPLLE - cleaning, small fixes (2 shift opcodes are more correct now (lsr,asr) + some 0x3... opcodes are working better in case they are extended) 2009-12-01 20:38:42 +00:00
DSPIntCCUtil.h DSPLLE - cleaning, small fixes (2 shift opcodes are more correct now (lsr,asr) + some 0x3... opcodes are working better in case they are extended) 2009-12-01 20:38:42 +00:00
DSPInterpreter.cpp DSPLLE stuff - no real progress, mostly useful as a reference for HLE improvement, Pikmin 1 has sound in intro though (can't be sure if its ok, because its too slow) 2009-11-04 12:49:26 +00:00
DSPInterpreter.h DSPLLE stuff (2 new opcodes) 2009-12-08 22:44:11 +00:00
DSPIntExtOps.cpp Better comment the writelog code 2010-01-13 11:09:20 +00:00
DSPIntExtOps.h DSP comments & minor reorganization (moved all DSP state into the g_dsp struct). No functionality change. 2010-01-12 21:38:39 +00:00
DspIntLoadStore.cpp DSPLLE stuff - no real progress, mostly useful as a reference for HLE improvement, Pikmin 1 has sound in intro though (can't be sure if its ok, because its too slow) 2009-11-04 12:49:26 +00:00
DspIntMisc.cpp
DspIntMultiplier.cpp DSP LLE: code cleanup that doesn't affect behavior. 2010-01-13 00:11:29 +00:00
DSPIntUtil.h DSPLLE: Add a comment describing my latest unverified theory: that 'l and the other opcode extensions might be meant to sign extend the loaded value in some cases. 2010-01-12 00:38:54 +00:00
DSPJit.cpp
DSPJit.h
DSPMemoryMap.cpp
DSPMemoryMap.h
DSPStacks.cpp
DSPStacks.h
DSPTables.cpp DSP: fix disassembler a little. 2010-01-13 00:19:02 +00:00
DSPTables.h DSPLLE stuff - no real progress, mostly useful as a reference for HLE improvement, Pikmin 1 has sound in intro though (can't be sure if its ok, because its too slow) 2009-11-04 12:49:26 +00:00
LabelMap.cpp
LabelMap.h
SConscript