dolphin/Source/Core/DSPCore/Src
Shawn Hoffman 45feea42c2 dsp lle: coef is really 0x800 words
dspspy: fill the whole iram! crazy thing, normally likes len%4=0, however to fill the whole iram you use 8191 instead of 8192... :s

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4011 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-08-17 00:20:04 +00:00
..
assemble.cpp dsptool: add -f option (errors are not critical) 2009-07-19 10:08:25 +00:00
assemble.h
disassemble.cpp DSPLLE: make ext opcodes to use table as well (tell me if you get 2009-07-24 16:04:29 +00:00
disassemble.h dsptool: add -f option (errors are not critical) 2009-07-19 10:08:25 +00:00
DSPAccelerator.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
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 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.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 dsp lle: coef is really 0x800 words 2009-08-17 00:20:04 +00:00
DSPCore.h dsp lle: coef is really 0x800 words 2009-08-17 00:20:04 +00:00
DSPHost.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
DSPHWInterface.cpp DSPLLE: added lsrnr (based on lordmark and luigi suggestions) Still somethings seems wrong as it didn't fix the zelda problem:( 2009-07-15 15:12:42 +00:00
DSPHWInterface.h
DspIntArithmetic.cpp DSPLLE: fixed 0x20 handling, we still don't know what it is good for 2009-08-14 10:40:35 +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
DSPIntCCUtil.cpp DSPLLE: small cleanup 2009-08-14 10:55:07 +00:00
DSPIntCCUtil.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
DSPInterpreter.cpp fix a few issues with actually using the dsp lle debugger: stepping/reg updates/etc should behave better 2009-07-24 02:15:04 +00:00
DSPInterpreter.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
DSPIntExtOps.cpp DSPLLE: 2009-08-10 09:20:12 +00:00
DSPIntExtOps.h DSPLLE: 2009-08-10 09:20:12 +00:00
DspIntLoadStore.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
DspIntMisc.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
DspIntMultiplier.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
DSPIntUtil.h fix a build error and some warnings. 2009-07-18 17:53:15 +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
DSPStacks.cpp
DSPStacks.h
DSPTables.cpp DSPLLE: fix some comments, returned andc and orc (according to tests) 2009-07-31 15:21:35 +00:00
DSPTables.h DSPLLE: 2009-08-10 09:20:12 +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