index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DSPCore
/
Src
/
DSPTables.cpp
Age
Commit message (
Expand
)
Author
2009-06-28
DSPLLE: sort of semi-working breakpoints and stepping, if you flip an #ifdef....
hrydgard
2009-06-28
DSP: Add txt file with luigi ucode comments (very basic). Rename some stuff. ...
hrydgard
2009-06-21
dsp: disable the newfangled ext stuff until it can be verified and used. fix ...
hrydgard
2009-06-21
Implement the newly discovered DSP opcodes that I named LSRN and ASRN. Also (...
hrydgard
2009-06-21
New DSP debugger: step one. (not ready yet, but try loading zelda WW and look...
hrydgard
2009-06-13
dsp: renamed R09 to WR1 in some tests, removed unused code in DSPTables.cpp, ...
Shawn Hoffman
2009-05-03
DSP: add a crazy little shell script that will build DSPCore into DSPSpy. mak...
hrydgard
2009-05-02
DSPLLE: Split the huge DSPInterpreter.cpp into separate files for the differe...
hrydgard
2009-05-02
DSP: Document in a comment what CLR15/SET15 appears to do. (unsigned multipli...
hrydgard
2009-05-01
oops
hrydgard
2009-05-01
DSP: I hereby name R08-R11 WR0-WR3, standing for Wrap control Registers 0-3.
hrydgard
2009-04-22
DSP switched mode 16 and 40
nakeee
2009-04-21
DSP change condition code in accordance to latest finding
nakeee
2009-04-18
More DSPSpy findings - nakee's "TSTAXL" isn't test. Not sure what it is though.
hrydgard
2009-04-18
DSP: More work on dsptool. Minor bugfixes. Add some testdata for dsptool.
hrydgard
2009-04-16
dsp: small disasm fix
nakeee
2009-04-15
DSP: make all logical operations set the logical SR_LOGIC_ZERO flag instead o...
nakeee
2009-04-14
DSP: Give the assembler and disassembler saner public APIs. Fix bug in fileut...
hrydgard
2009-04-14
DSP asm/disasm: Lots of cleanup, mostly. I may have broken the DSP debugger a...
hrydgard
2009-04-14
added small comment
nakeee
2009-04-14
guessing unknown extension (seems not to crash anything while other guesses did)
nakeee
2009-04-14
DSP doc adding + dsp table ext changes
nakeee
2009-04-12
DSP: I seem to have forgotten assemble.h? Killed the globals in assemble.cpp ...
hrydgard
2009-04-12
DSP asm/disasm: improve the shift instructions so they at least round-trip. n...
hrydgard
2009-04-12
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start c...
hrydgard