From 9dbfb38e4e794f7565b6df682432497dee18b33e Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sat, 18 Jul 2009 22:13:54 +0000 Subject: [PATCH] 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 --- Source/DSPSpy/util/dump_roms.ds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/DSPSpy/util/dump_roms.ds b/Source/DSPSpy/util/dump_roms.ds index 326141d344..dcd78991fc 100644 --- a/Source/DSPSpy/util/dump_roms.ds +++ b/Source/DSPSpy/util/dump_roms.ds @@ -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! /**************************************************************/