dolphin/Source/Core/DSPCore/Src
nakeee 36883d6a48 Returned the exception in action check, it seems that we are missing how 2 exceptions are
handled together. For example SSBM got both 32 and 4 exception together but with the hack 4 is 
lost. Removed some junk from LLE logging


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3682 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-07-05 16:18:17 +00:00
..
DSPAccelerator.cpp LLE Recommit some clean up from previous commits 2009-07-02 21:20:47 +00:00
DSPAccelerator.h DSP: Add txt file with luigi ucode comments (very basic). Rename some stuff. Remove function pointer in g_dsp structure, replace with a "Host" function call. Fix a problem where symbols weren't loaded into DSP debugger. 2009-06-28 10:00:25 +00:00
DSPAnalyzer.cpp DSP: Add txt file with luigi ucode comments (very basic). Rename some stuff. Remove function pointer in g_dsp structure, replace with a "Host" function call. Fix a problem where symbols weren't loaded into DSP debugger. 2009-06-28 10:00:25 +00:00
DSPAnalyzer.h DSPLLE: Setting breakpoints and stepping through code now works in the (still rather basic) DSP debugger. Decided not to share the breakpoints code between PPC and DSP because it can be done much more efficiently for the DSP case due to the very limited memory space. 2009-06-28 17:18:52 +00:00
DSPBreakpoints.cpp DSPLLE: Setting breakpoints and stepping through code now works in the (still rather basic) DSP debugger. Decided not to share the breakpoints code between PPC and DSP because it can be done much more efficiently for the DSP case due to the very limited memory space. 2009-06-28 17:18:52 +00:00
DSPBreakpoints.h DSPLLE: Setting breakpoints and stepping through code now works in the (still rather basic) DSP debugger. Decided not to share the breakpoints code between PPC and DSP because it can be done much more efficiently for the DSP case due to the very limited memory space. 2009-06-28 17:18:52 +00:00
DSPCodeUtil.cpp unbreak dsptool/dspspy 2009-06-21 11:12:48 +00:00
DSPCodeUtil.h createtest fixes and compile fixes for linux 2009-06-17 21:44:03 +00:00
DSPCore.cpp Returned the exception in action check, it seems that we are missing how 2 exceptions are 2009-07-05 16:18:17 +00:00
DSPCore.h remove audiocommon include from DSPCore 2009-07-02 22:15:19 +00:00
DSPHWInterface.cpp Returned the exception in action check, it seems that we are missing how 2 exceptions are 2009-07-05 16:18:17 +00:00
DSPHWInterface.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
DSPHost.h Returned the exception in action check, it seems that we are missing how 2 exceptions are 2009-07-05 16:18:17 +00:00
DSPIntCCUtil.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
DSPIntCCUtil.h DSP: build fixin', more movin', some comments. 2009-06-28 10:24:44 +00:00
DSPIntExtOps.cpp DSP: Add txt file with luigi ucode comments (very basic). Rename some stuff. Remove function pointer in g_dsp structure, replace with a "Host" function call. Fix a problem where symbols weren't loaded into DSP debugger. 2009-06-28 10:00:25 +00:00
DSPIntExtOps.h DSP: Add txt file with luigi ucode comments (very basic). Rename some stuff. Remove function pointer in g_dsp structure, replace with a "Host" function call. Fix a problem where symbols weren't loaded into DSP debugger. 2009-06-28 10:00:25 +00:00
DSPIntUtil.h LLE Recommit some clean up from previous commits 2009-07-02 21:20:47 +00:00
DSPInterpreter.cpp DSPLLE: small loop fix (ector pls take a look) 2009-07-05 10:17:52 +00:00
DSPInterpreter.h LLE Recommit some clean up from previous commits 2009-07-02 21:20:47 +00:00
DSPJit.cpp DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first. 2009-04-12 10:21:40 +00:00
DSPJit.h DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first. 2009-04-12 10:21:40 +00:00
DSPMemoryMap.cpp DSP: build fixin', more movin', some comments. 2009-06-28 10:24:44 +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 dsp lle: add default names for pdlabels[], so you don't get "(null)" with the disassembler 2009-07-01 22:49:32 +00:00
DSPTables.h DSP: More work on dsptool. Minor bugfixes. Add some testdata for dsptool. 2009-04-18 11:31:37 +00:00
DspIntArithmetic.cpp DSP: build fixin', more movin', some comments. 2009-06-28 10:24:44 +00:00
DspIntBranch.cpp LLE Recommit some clean up from previous commits 2009-07-02 21:20:47 +00:00
DspIntLoadStore.cpp DSP: Add txt file with luigi ucode comments (very basic). Rename some stuff. Remove function pointer in g_dsp structure, replace with a "Host" function call. Fix a problem where symbols weren't loaded into DSP debugger. 2009-06-28 10:00:25 +00:00
DspIntMisc.cpp DSP: build fixin', more movin', some comments. 2009-06-28 10:24:44 +00:00
DspIntMultiplier.cpp DSP: build fixin', more movin', some comments. 2009-06-28 10:24:44 +00:00
LabelMap.cpp unbreak dsptool/dspspy 2009-06-21 11:12:48 +00:00
LabelMap.h Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (compiling with include works perfectly) 2009-04-25 10:38:26 +00:00
SConscript Assorted cleanup, perf counter logging, and minor fixes that have been accumulating on my hdd :p 2009-07-03 18:33:28 +00:00
assemble.cpp More work on create test (almost working beside some annoying bug) 2009-06-15 16:48:34 +00:00
assemble.h Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (compiling with include works perfectly) 2009-04-25 10:38:26 +00:00
disassemble.cpp New DSP debugger: step one. (not ready yet, but try loading zelda WW and look at the dsp debugger..). 2009-06-21 08:39:21 +00:00
disassemble.h New DSP debugger: step one. (not ready yet, but try loading zelda WW and look at the dsp debugger..). 2009-06-21 08:39:21 +00:00