..
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
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
DSPAnalyzer.cpp
Linux: Tons of warning cleanup plus workaround a nasty crash problem in StatusBarMessage.
2009-09-08 21:16:05 +00:00
DSPAnalyzer.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
DSPBreakpoints.cpp
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
DSPBreakpoints.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
DSPCodeUtil.cpp
dspspy: fix a bug with ConsoleHelper
2009-08-16 00:37:01 +00:00
DSPCodeUtil.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
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
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
DSPHost.h
DSPSPY improvements
2009-10-01 15:12:12 +00:00
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
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
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
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
ROM dissasm "refresh" + RE + small fixes
2010-01-24 00:31:20 +00:00
DSPJit.cpp
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
DSPJit.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
DSPMemoryMap.cpp
dspspy: fix a bug with ConsoleHelper
2009-08-16 00:37:01 +00:00
DSPMemoryMap.h
DSP: build fixin', more movin', some comments.
2009-06-28 10:24:44 +00:00
DSPStacks.cpp
DSPLLE: sort of semi-working breakpoints and stepping, if you flip an #ifdef. more work to do, for some reason it gets very slow when you enable it atm
2009-06-28 16:23:40 +00:00
DSPStacks.h
DSPLLE: sort of semi-working breakpoints and stepping, if you flip an #ifdef. more work to do, for some reason it gets very slow when you enable it atm
2009-06-28 16:23:40 +00:00
DSPTables.cpp
ROM dissasm "refresh" + RE + small fixes
2010-01-24 00:31:20 +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
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
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +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
ROM dissasm "refresh" + RE + small fixes
2010-01-24 00:31:20 +00:00
DspIntMultiplier.cpp
DSP LLE: code cleanup that doesn't affect behavior.
2010-01-13 00:11:29 +00:00
LabelMap.cpp
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
LabelMap.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
SConscript
DSPLLE: More minor clean up, some log mistake fixes and revert the +1 loop (it seems to got
2009-07-06 19:19:03 +00:00
assemble.cpp
dsptool: add -f option (errors are not critical)
2009-07-19 10:08:25 +00:00
assemble.h
add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and Unit Tests
2009-07-06 02:10:26 +00:00
disassemble.cpp
Linux global build. At least the basic footwork is done here.
2010-02-02 21:56:29 +00:00
disassemble.h
dsptool: add -f option (errors are not critical)
2009-07-19 10:08:25 +00:00