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:
Shawn Hoffman 2009-07-18 22:13:54 +00:00
parent bddb8c8b97
commit 9dbfb38e4e

View file

@ -29,7 +29,7 @@ CR_DRAM: equ 0
IROM_BASE: equ 0x8000 IROM_BASE: equ 0x8000
COEF_BASE: equ 0x1000 COEF_BASE: equ 0x1000
DUMP_SIZE: equ 0x2000 ; in bytes! DUMP_SIZE: equ 0x1000 ; in words!
/**************************************************************/ /**************************************************************/