some progress on dsp llet debugger. go dump some ucodes ;)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2854 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2009-04-03 18:04:08 +00:00
parent 9356a920e2
commit 2a5b8f4366
8 changed files with 74 additions and 26 deletions

View File

@ -79,6 +79,7 @@ struct SDSP
static void (* irq_request)(void);
// for debugger only
static bool dump_imem;
static u32 iram_crc;
static u64 step_counter;
static bool exception_in_progress_hack;