summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/scudsp/scudspdasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/scudsp/scudspdasm.c')
-rw-r--r--src/emu/cpu/scudsp/scudspdasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/scudsp/scudspdasm.c b/src/emu/cpu/scudsp/scudspdasm.c
index 46b13181a9a..2fe8154c44f 100644
--- a/src/emu/cpu/scudsp/scudspdasm.c
+++ b/src/emu/cpu/scudsp/scudspdasm.c
@@ -242,7 +242,7 @@ CPU_DISASSEMBLE( scudsp )
// const char *sym, *sym2;
char *my_buffer = buffer;
char temp_buffer[64];
- UINT32 data[2];
+ UINT32 data[3];
switch( op >> 30 )
{