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
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DSPCore
/
Src
/
DSPInterpreter.cpp
Age
Commit message (
Expand
)
Author
2009-11-04
DSPLLE stuff - no real progress, mostly useful as a reference for HLE improve...
Marko Pusljar
2009-08-20
DSP LLE on Thread with LLE now boots, but no sound. The mail connection appea...
XTra.KrazzY
2009-07-24
fix a few issues with actually using the dsp lle debugger: stepping/reg updat...
Shawn Hoffman
2009-07-15
DSPLLE: added lsrnr (based on lordmark and luigi suggestions) Still something...
nakeee
2009-07-14
DSPLLE minor cleanup nothing important
nakeee
2009-07-06
DSPLLE: More minor clean up, some log mistake fixes and revert the +1 loop (i...
nakeee
2009-07-06
DSPLLE: comments and logging clean up
nakeee
2009-07-05
DSPLLE: small loop fix (ector pls take a look)
nakeee
2009-06-28
DSPLLE: Setting breakpoints and stepping through code now works in the (still...
hrydgard
2009-06-28
DSPLLE: sort of semi-working breakpoints and stepping, if you flip an #ifdef....
hrydgard
2009-06-28
added an AX disasm with (few) comments. Moved some code around to prepare to ...
hrydgard
2009-06-28
DSP: build fixin', more movin', some comments.
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
DSPLLE: Wrapping behaviour for single increments/decrements of address regist...
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: Comment some new discoveries.
hrydgard
2009-04-18
First DSPSpy results. cleanup and commenting.
hrydgard
2009-04-18
DSP: More work on dsptool. Minor bugfixes. Add some testdata for dsptool.
hrydgard
2009-04-16
Trying clr15/set15, this is an educated guess after looking at ucodes. Please...
nakeee
2009-04-16
dsp: small disasm fix
nakeee
2009-04-15
Reverting the change that made logical function update logical zero
nakeee
2009-04-15
DSP: make all logical operations set the logical SR_LOGIC_ZERO flag instead o...
nakeee
2009-04-12
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start c...
hrydgard