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
Age
Commit message (
Expand
)
Author
2009-05-03
(just some obsessive code cleanup)
hrydgard
2009-05-03
DSP: add a crazy little shell script that will build DSPCore into DSPSpy. mak...
hrydgard
2009-05-02
DSP: Improve multiplier code. Add support for unsigned operation - but tempor...
hrydgard
2009-05-02
compile fix
nakeee
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
DSPLLE:
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-05-01
Tiny fixes
XTra.KrazzY
2009-05-01
DSP: Fixed case and some printing in asm
nakeee
2009-05-01
DSP: reverting some condition code until we handle 0x1 and 0x2 correctly
nakeee
2009-04-28
DSP: updated condition code
nakeee
2009-04-25
Tiny fix
XTra.KrazzY
2009-04-25
Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (c...
XTra.KrazzY
2009-04-25
Fixed DSPTool include bugs and some leftover fixes
XTra.KrazzY
2009-04-24
Made DSPTool more informative and actually fail when compile fails (right now...
XTra.KrazzY
2009-04-24
DSP: fixed compiler warnings and 2 crash bugs
nakeee
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
one file missing in sconstruct
nakeee
2009-04-18
DSP: Comment some new discoveries.
hrydgard
2009-04-18
First DSPSpy results. cleanup and commenting.
hrydgard
2009-04-18
DSPSpy: First version submitted, resurrected from the ages of time. Build the...
hrydgard
2009-04-18
DSPtool: Better code comparer + cmdline interface added. header generator bug...
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-16
small cleanup
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-14
DSP: Give the assembler and disassembler saner public APIs. Fix bug in fileut...
hrydgard
2009-04-14
remove some outdated junk
hrydgard
2009-04-14
DSP asm/disasm: Lots of cleanup, mostly. I may have broken the DSP debugger a...
hrydgard
2009-04-14
change dsptool's outpath to be where dolphin.exe is
Shawn Hoffman
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
more scons build fixups
nakeee
2009-04-12
Fixing compile on linux
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 assembler: Error message improvements.
hrydgard
2009-04-12
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start c...
hrydgard