.. |
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: 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 |
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
|
More clean up + ilrrn
|
2009-04-06 21:09:42 +00:00 |
DSPInterpreter.h
|
More clean up + ilrrn
|
2009-04-06 21:09:42 +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
|
More clean up + ilrrn
|
2009-04-06 21:09:42 +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 |
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 |
HLE_Functions.cpp
|
DSP: Separate the two UpdateRegister functions more clearly. Add more comments about the condition codes.
|
2009-04-05 12:59:40 +00:00 |
HLE_Helper.cpp
|
DSP: Code simplification, comments, log improvements.
|
2009-04-05 19:17:19 +00:00 |
HLE_Helper.h
|
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 |
SConscript
|
DSP: Move the condition code stuff to a separate file.
|
2009-04-05 12:20:30 +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 |
disassemble.cpp
|
Added separate log for DSP LLE.
|
2009-04-06 17:12:05 +00:00 |
disassemble.h
|
enable old code to record unknown dsp opcodes to their own file
|
2009-04-03 22:23:15 +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
|
Copied register table from hermes code
|
2009-04-06 17:28:14 +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: 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_interface.h
|
DSP: Code simplification, comments, log improvements.
|
2009-04-05 19:17:19 +00:00 |
gdsp_interpreter.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_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
|
Copied register table from hermes code
|
2009-04-06 17:28:14 +00:00 |
main.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 |
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 |