summaryrefslogtreecommitdiff
path: root/Source/DSPSpy
AgeCommit message (Expand)Author
2009-06-29Waiting for someone to run it:)nakeee
2009-06-29few fixes for arith testnakeee
2009-06-29Test for testing the acc effect on SR flagsnakeee
2009-06-24Trying to fix DSPSpy. Test this oneXTra.KrazzY
2009-06-21Unknown DSP opcode 0x02ca tested and figured out.hrydgard
2009-06-21New DSP debugger: step one. (not ready yet, but try loading zelda WW and look...hrydgard
2009-06-18createtest small windows fix nakeee
2009-06-17createtest fixes and compile fixes for linuxnakeee
2009-06-16dspspy createtest: don't end list file with a newlineShawn Hoffman
2009-06-15dsp: createtest added -m to merge few command test creation into onenakeee
2009-06-15Improve accuracy of FPU emulation slightly - still no F-Zero improvements :(hrydgard
2009-06-15Dsp: create test now works for full SR tests, and now creates a final .h file...nakeee
2009-06-15Add a basic test that reads unknown regs (0xFF8X).luigi2us
2009-06-15More work on create test (almost working beside some annoying bug)nakeee
2009-06-14DSP createtest now calculate the size of body/header nakeee
2009-06-14DSPSpy: Added list of all tests in the source code for use with DSPSpy testingXTra.KrazzY
2009-06-13dspspy: just some more cleanupShawn Hoffman
2009-06-13dspspy: add missing file to vcrpoj, fix resetting step counters on loading ne...Shawn Hoffman
2009-06-13dspspy: highlighted values were black...on black. now "bright cyan"Shawn Hoffman
2009-06-13dsp: renamed R09 to WR1 in some tests, removed unused code in DSPTables.cpp, ...Shawn Hoffman
2009-06-12DSPSpy can now dump all microcodes in a press of a button (2 on the Wii). Ple...XTra.KrazzY
2009-06-09DSPSpy: Implemented multiple microcode support. XTra.KrazzY
2009-06-08DSPSpy: Added preliminary support for realtime multiple microcode processingXTra.KrazzY
2009-06-08Some clean upnakeee
2009-06-07DSPSpy: Extract the dsp-interfacing code into a class. Fix colors - that new ...hrydgard
2009-06-01typonakeee
2009-05-31DSP: Small perl script for creating testsnakeee
2009-05-19Somebody goofed...Marcus Wanners
2009-05-15get dspspy running on gamecube (wii people check this!)Shawn Hoffman
2009-05-14just doing it while i remember :pShawn Hoffman
2009-05-14more simplification/updating of dspspyShawn Hoffman
2009-05-14use libogc for a bunch of headers instead of dspspy's random ones. (revert if...Shawn Hoffman
2009-05-14build DSPSpy for gc (make -f MakefileGC) - needs web server or something for ...Shawn Hoffman
2009-05-11project file updates. (grr, why has something replaced the tabs in one of the...hrydgard
2009-05-07small printresult change (from ector)nakeee
2009-05-05Move the printresult tool so that it doesn't mess with the DSPSpy build.hrydgard
2009-05-05DSP small program to print result dump files.nakeee
2009-05-03DSPSpy: Add feature to dump results to file.hrydgard
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-02fixed neg and added arith testnakeee
2009-05-02DSP: heavily extend mul test. Seems that only MULX* family instructions suppo...hrydgard
2009-05-02added test to make sure SR doesn't change from 2's to 1'snakeee
2009-05-02DSP: Document in a comment what CLR15/SET15 appears to do. (unsigned multipli...hrydgard
2009-05-02DSP: update base test to match new register naming. add mul test.hrydgard
2009-05-01DSP: I hereby name R08-R11 WR0-WR3, standing for Wrap control Registers 0-3.hrydgard
2009-05-01DSPSpy. test decrements too. Damn they are weird.hrydgard
2009-05-01Fixed building of DSPSpyXTra.KrazzY
2009-05-01DSPSpy: Add a test for looped addressing when using address increments. Delet...hrydgard
2009-05-01Fixed DSPSpy compileXTra.KrazzY