diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-07-18 22:13:54 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-07-18 22:13:54 +0000 |
| commit | 9dbfb38e4e794f7565b6df682432497dee18b33e (patch) | |
| tree | beb1bca69d69aeca2420d825089cdc20bc63e396 /Source | |
| parent | bddb8c8b97e25cfacdad80ccb5be1578af8f8ab5 (diff) | |
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
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/DSPSpy/util/dump_roms.ds | 2 |
1 files changed, 1 insertions, 1 deletions
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!
/**************************************************************/ |
