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