eek, fix length to read in the dsp dumper...luckily this does not affect correctness of the dump on real hardware :)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3839 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bddb8c8b97
commit
9dbfb38e4e
|
@ -29,7 +29,7 @@ CR_DRAM: equ 0
|
|||
|
||||
IROM_BASE: equ 0x8000
|
||||
COEF_BASE: equ 0x1000
|
||||
DUMP_SIZE: equ 0x2000 ; in bytes!
|
||||
DUMP_SIZE: equ 0x1000 ; in words!
|
||||
|
||||
|
||||
/**************************************************************/
|
||||
|
|
Loading…
Reference in New Issue