summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_DSP_LLE-testing/Src
AgeCommit message (Expand)Author
2009-04-08chop the "testing" moniker off of dsp lleShawn Hoffman
2009-04-08DSP: Add cycles parameter to all Update functions in HLE, might be useful som...hrydgard
2009-04-08DSP: Fix sln file now that old LLE is dead. Add preliminary DSPAnalyzer, whic...hrydgard
2009-04-08Got rid of loop step + added some commentsnakeee
2009-04-08Pausing now works in LLE-TestingXTra.KrazzY
2009-04-07added register updates (tell me if you think it makes sense)nakeee
2009-04-07more docs few small fixesnakeee
2009-04-07More docs, cleanup and some fixesnakeee
2009-04-07DSP: some clean up feel free to revert if you want those filesnakeee
2009-04-07comments, tstaxl guessing, clear log messagesnakeee
2009-04-07DSP: condition fixesnakeee
2009-04-06more doc and small fixnakeee
2009-04-06implement clrl (clral0/1) in the tablenakeee
2009-04-06forgot the opcodenakeee
2009-04-06More clean up + ilrrnnakeee
2009-04-06minor dsp debugger improvementsShawn Hoffman
2009-04-06DSP: minor shift instruction tweaks. that stuff about negated shift amount in...hrydgard
2009-04-06splitting shifti to lsr/lsr/asl/asr please reviewnakeee
2009-04-06DSP: Remove all mentions of the mysterious DROM. Write protect the ROMs and I...hrydgard
2009-04-06Copied register table from hermes codenakeee
2009-04-06Added separate log for DSP LLE.XTra.KrazzY
2009-04-06Fixed mov + some logging for memory writenakeee
2009-04-06DSP: mov impl / commentsnakeee
2009-04-06opssnakeee
2009-04-06some docs small clean up fixed the loop size correctly I hope this timenakeee
2009-04-05some comments and cleanupnakeee
2009-04-05DSP: loop should jump the right instruction sizenakeee
2009-04-05make tsta into helper functionnakeee
2009-04-05DSP: Corrected CMPI implementation. (i think)hrydgard
2009-04-05DSP: Fix opcode masking for ops with extensions.hrydgard
2009-04-05DSP: Code simplification, comments, log improvements.hrydgard
2009-04-05DSP: fix IF_CC - could end up in the middle of ops if they were multiword!hrydgard
2009-04-05DSP: Restore CMPI and its disasm. Attempt a correct implementation but result...hrydgard
2009-04-05implemented mulcmv mulcmvz and fixed mulcac to actually add to the accnakeee
2009-04-05DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, m...hrydgard
2009-04-05DSP: Separate the two UpdateRegister functions more clearly. Add more comment...hrydgard
2009-04-05DSP: Move the condition code stuff to a separate file.hrydgard
2009-04-05DSP - fix ROM loading (seriously, have we only been loading half the ROMs??? ...hrydgard
2009-04-05tiny DSP cleanup: Move pending exceptions register into SDSP struct.hrydgard
2009-04-05Condition guessing please review..nakeee
2009-04-04more opcode work removed CW as it makes problems, we can check for unknown in...nakeee
2009-04-03enable old code to record unknown dsp opcodes to their own fileShawn Hoffman
2009-04-03dsp llet debugger: disasm the ucode when it's dumpedShawn Hoffman
2009-04-03some progress on dsp llet debugger. go dump some ucodes ;)Shawn Hoffman
2009-04-03dsp lle-testing: print out address of an unknown opcodeShawn Hoffman
2009-04-03More opcodesnakeee
2009-04-03LLE-testing now stops on pressing the stop button.XTra.KrazzY
2009-04-03Games now boot with LLE-testingXTra.KrazzY
2009-04-03hacky pro/epi solution, following XK's suggestion.nakeee
2009-04-03Added msub and andfc/andcf to LLE, also fixed compiler warning.XTra.KrazzY