summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore
AgeCommit message (Expand)Author
2009-05-03(just some obsessive code cleanup)hrydgard
2009-05-03DSP: add a crazy little shell script that will build DSPCore into DSPSpy. mak...hrydgard
2009-05-02DSP: Improve multiplier code. Add support for unsigned operation - but tempor...hrydgard
2009-05-02compile fixnakeee
2009-05-02DSPLLE: Split the huge DSPInterpreter.cpp into separate files for the differe...hrydgard
2009-05-02DSP: Document in a comment what CLR15/SET15 appears to do. (unsigned multipli...hrydgard
2009-05-01DSPLLE: Wrapping behaviour for single increments/decrements of address regist...hrydgard
2009-05-01DSPLLE: hrydgard
2009-05-01oopshrydgard
2009-05-01DSP: I hereby name R08-R11 WR0-WR3, standing for Wrap control Registers 0-3.hrydgard
2009-05-01Tiny fixesXTra.KrazzY
2009-05-01DSP: Fixed case and some printing in asmnakeee
2009-05-01DSP: reverting some condition code until we handle 0x1 and 0x2 correctly nakeee
2009-04-28DSP: updated condition codenakeee
2009-04-25Tiny fixXTra.KrazzY
2009-04-25Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (c...XTra.KrazzY
2009-04-25Fixed DSPTool include bugs and some leftover fixesXTra.KrazzY
2009-04-24Made DSPTool more informative and actually fail when compile fails (right now...XTra.KrazzY
2009-04-24DSP: fixed compiler warnings and 2 crash bugsnakeee
2009-04-22DSP switched mode 16 and 40nakeee
2009-04-21DSP change condition code in accordance to latest findingnakeee
2009-04-18More DSPSpy findings - nakee's "TSTAXL" isn't test. Not sure what it is though.hrydgard
2009-04-18one file missing in sconstructnakeee
2009-04-18DSP: Comment some new discoveries.hrydgard
2009-04-18First DSPSpy results. cleanup and commenting.hrydgard
2009-04-18DSPSpy: First version submitted, resurrected from the ages of time. Build the...hrydgard
2009-04-18DSPtool: Better code comparer + cmdline interface added. header generator bug...hrydgard
2009-04-18DSP: More work on dsptool. Minor bugfixes. Add some testdata for dsptool.hrydgard
2009-04-16Trying clr15/set15, this is an educated guess after looking at ucodes. Please...nakeee
2009-04-16dsp: small disasm fixnakeee
2009-04-16small cleanupnakeee
2009-04-15Reverting the change that made logical function update logical zero nakeee
2009-04-15DSP: make all logical operations set the logical SR_LOGIC_ZERO flag instead o...nakeee
2009-04-14DSP: Give the assembler and disassembler saner public APIs. Fix bug in fileut...hrydgard
2009-04-14remove some outdated junkhrydgard
2009-04-14DSP asm/disasm: Lots of cleanup, mostly. I may have broken the DSP debugger a...hrydgard
2009-04-14change dsptool's outpath to be where dolphin.exe isShawn Hoffman
2009-04-14added small commentnakeee
2009-04-14guessing unknown extension (seems not to crash anything while other guesses did)nakeee
2009-04-14DSP doc adding + dsp table ext changesnakeee
2009-04-12more scons build fixupsnakeee
2009-04-12Fixing compile on linuxnakeee
2009-04-12DSP: I seem to have forgotten assemble.h? Killed the globals in assemble.cpp ...hrydgard
2009-04-12DSP asm/disasm: improve the shift instructions so they at least round-trip. n...hrydgard
2009-04-12DSP assembler: Error message improvements.hrydgard
2009-04-12DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start c...hrydgard