.. |
Debugger
|
minor dsp debugger improvements
|
2009-04-06 20:32:37 +00:00 |
Logging
|
Added separate log for DSP LLE.
|
2009-04-06 17:12:05 +00:00 |
Config.cpp
|
Real LLE-testing JIT infrastructure, more (getting rid of switch-cases) coming soon. Got rid of April Fools too.
|
2009-04-01 16:28:23 +00:00 |
Config.h
|
DSP: some clean up feel free to revert if you want those files
|
2009-04-07 15:04:37 +00:00 |
disassemble.cpp
|
DSP: Fix sln file now that old LLE is dead. Add preliminary DSPAnalyzer, which looks for idle skip opportunities.
|
2009-04-08 17:58:58 +00:00 |
disassemble.h
|
enable old code to record unknown dsp opcodes to their own file
|
2009-04-03 22:23:15 +00:00 |
DSPAnalyzer.cpp
|
DSP: Fix sln file now that old LLE is dead. Add preliminary DSPAnalyzer, which looks for idle skip opportunities.
|
2009-04-08 17:58:58 +00:00 |
DSPAnalyzer.h
|
DSP: Fix sln file now that old LLE is dead. Add preliminary DSPAnalyzer, which looks for idle skip opportunities.
|
2009-04-08 17:58:58 +00:00 |
DSPConfigDlgLLE.cpp
|
Real LLE-testing JIT infrastructure, more (getting rid of switch-cases) coming soon. Got rid of April Fools too.
|
2009-04-01 16:28:23 +00:00 |
DSPConfigDlgLLE.h
|
Real LLE-testing JIT infrastructure, more (getting rid of switch-cases) coming soon. Got rid of April Fools too.
|
2009-04-01 16:28:23 +00:00 |
DSPInterpreter.cpp
|
DSP: Fix sln file now that old LLE is dead. Add preliminary DSPAnalyzer, which looks for idle skip opportunities.
|
2009-04-08 17:58:58 +00:00 |
DSPInterpreter.h
|
comments, tstaxl guessing, clear log messages
|
2009-04-07 12:14:04 +00:00 |
DSPJit.cpp
|
DSP LLE: MAJOR LLE revamp. Interpreter/JIT infrastructure done. Still left to mix and match the correct functions to the correct instruction hexcodes. More changes:
|
2009-04-01 20:22:43 +00:00 |
DSPJit.h
|
DSP - fix ROM loading (seriously, have we only been loading half the ROMs??? doesn't make sense).
|
2009-04-05 11:55:18 +00:00 |
DSPTables.cpp
|
Got rid of loop step + added some comments
|
2009-04-08 14:11:23 +00:00 |
DSPTables.h
|
DSP: Remove all mentions of the mysterious DROM. Write protect the ROMs and IRAM as much as possible while loaded (to make sure they don't get corrupted by some memory overwrite or whatever). Make instruction reads stricter - iram and irom don't wrap anymore (not 100% sure about this one). Misc cleanup + changes.
|
2009-04-06 18:47:21 +00:00 |
gdsp_aram.cpp
|
Added separate log for DSP LLE.
|
2009-04-06 17:12:05 +00:00 |
gdsp_aram.h
|
use dolphin-style typedefs in dsp-lle testing
|
2009-03-30 03:27:31 +00:00 |
gdsp_condition_codes.cpp
|
comments, tstaxl guessing, clear log messages
|
2009-04-07 12:14:04 +00:00 |
gdsp_condition_codes.h
|
make tsta into helper function
|
2009-04-05 21:11:47 +00:00 |
gdsp_ext_op.cpp
|
Added separate log for DSP LLE.
|
2009-04-06 17:12:05 +00:00 |
gdsp_ext_op.h
|
DSP: Code simplification, comments, log improvements.
|
2009-04-05 19:17:19 +00:00 |
gdsp_interface.cpp
|
DSP: Fix sln file now that old LLE is dead. Add preliminary DSPAnalyzer, which looks for idle skip opportunities.
|
2009-04-08 17:58:58 +00:00 |
gdsp_interface.h
|
DSP: Code simplification, comments, log improvements.
|
2009-04-05 19:17:19 +00:00 |
gdsp_interpreter.cpp
|
DSP: Fix sln file now that old LLE is dead. Add preliminary DSPAnalyzer, which looks for idle skip opportunities.
|
2009-04-08 17:58:58 +00:00 |
gdsp_interpreter.h
|
DSP: Remove all mentions of the mysterious DROM. Write protect the ROMs and IRAM as much as possible while loaded (to make sure they don't get corrupted by some memory overwrite or whatever). Make instruction reads stricter - iram and irom don't wrap anymore (not 100% sure about this one). Misc cleanup + changes.
|
2009-04-06 18:47:21 +00:00 |
gdsp_memory.cpp
|
DSP: Remove all mentions of the mysterious DROM. Write protect the ROMs and IRAM as much as possible while loaded (to make sure they don't get corrupted by some memory overwrite or whatever). Make instruction reads stricter - iram and irom don't wrap anymore (not 100% sure about this one). Misc cleanup + changes.
|
2009-04-06 18:47:21 +00:00 |
gdsp_memory.h
|
DSP: Code simplification, comments, log improvements.
|
2009-04-05 19:17:19 +00:00 |
gdsp_opcodes_helper.h
|
Copied register table from hermes code
|
2009-04-06 17:28:14 +00:00 |
gdsp_registers.cpp
|
DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup
|
2009-04-05 15:46:47 +00:00 |
gdsp_registers.h
|
Got rid of loop step + added some comments
|
2009-04-08 14:11:23 +00:00 |
Globals.cpp
|
DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup
|
2009-04-05 15:46:47 +00:00 |
Globals.h
|
DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup
|
2009-04-05 15:46:47 +00:00 |
main.cpp
|
Pausing now works in LLE-Testing
|
2009-04-08 12:37:15 +00:00 |
SConscript
|
DSP: some clean up feel free to revert if you want those files
|
2009-04-07 15:04:37 +00:00 |
stdafx.cpp
|
remove WTL from dsp-lle testing and getting ready for wxw version of the debugger (anyone can do this :) )
|
2009-03-29 21:00:26 +00:00 |
stdafx.h
|
remove WTL from dsp-lle testing and getting ready for wxw version of the debugger (anyone can do this :) )
|
2009-03-29 21:00:26 +00:00 |
Tools.cpp
|
DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup
|
2009-04-05 15:46:47 +00:00 |
Tools.h
|
DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup
|
2009-04-05 15:46:47 +00:00 |