summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPTables.cpp
AgeCommit message (Expand)Author
2010-01-24ROM dissasm "refresh" + RE + small fixesMarko Pusljar
2010-01-13DSP: fix disassembler a little.Shawn Hoffman
2009-12-08DSPLLE stuff (2 new opcodes)Marko Pusljar
2009-11-14re-apply dsp-related changes from r4533Shawn Hoffman
2009-11-14revert to r4531, but keep the changes from the following revisions: 4533,4550...Shawn Hoffman
2009-11-12DSPLLE small mul fixMarko Pusljar
2009-11-06DSPLLE dissasm fixMarko Pusljar
2009-11-05DSPLLE: made not into notcnakeee
2009-11-04DSPLLE stuff - no real progress, mostly useful as a reference for HLE improve...Marko Pusljar
2009-08-19DSPLLE: attempt to fix extended ops please review this patch carefully.nakeee
2009-07-31DSPLLE: fix some comments, returned andc and orc (according to tests) nakeee
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-27DSPLLE: remove the if 0 around SR_MUL_UNSIGNED in hope to figure out why it m...nakeee
2009-07-26DSPLLE: lordmark's fix for ilrrn opcode + some mask fixesnakeee
2009-07-25DSPLLE: fixed the unknown opcode errorsnakeee
2009-07-24DSPLLE: make ext opcodes to use table as well (tell me if you get nakeee
2009-07-18add a ucode to dspspy to dump rom areas from dsp to sd cardShawn Hoffman
2009-07-15That's what happens when you get excited and go too fast...luigi2us
2009-07-15DSPLLE: Fix LSRNR.luigi2us
2009-07-15DSPLLE: added lsrnr (based on lordmark and luigi suggestions) Still something...nakeee
2009-07-07DSPLLE: razi approved condition code naming.nakeee
2009-07-06add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and ...LPFaint99
2009-07-01dsp lle: add default names for pdlabels[], so you don't get "(null)" with the...Shawn Hoffman
2009-06-28DSPLLE: sort of semi-working breakpoints and stepping, if you flip an #ifdef....hrydgard
2009-06-28DSP: Add txt file with luigi ucode comments (very basic). Rename some stuff. ...hrydgard
2009-06-21dsp: disable the newfangled ext stuff until it can be verified and used. fix ...hrydgard
2009-06-21Implement the newly discovered DSP opcodes that I named LSRN and ASRN. Also (...hrydgard
2009-06-21New DSP debugger: step one. (not ready yet, but try loading zelda WW and look...hrydgard
2009-06-13dsp: renamed R09 to WR1 in some tests, removed unused code in DSPTables.cpp, ...Shawn Hoffman
2009-05-03DSP: add a crazy little shell script that will build DSPCore into DSPSpy. mak...hrydgard
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-01oopshrydgard
2009-05-01DSP: I hereby name R08-R11 WR0-WR3, standing for Wrap control Registers 0-3.hrydgard
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-18DSP: More work on dsptool. Minor bugfixes. Add some testdata for dsptool.hrydgard
2009-04-16dsp: small disasm fixnakeee
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-14DSP asm/disasm: Lots of cleanup, mostly. I may have broken the DSP debugger a...hrydgard
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-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: Move the LLE core to a library. Added DSP assembler from gdtool, start c...hrydgard