summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco_mlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco_mlc.c')
-rw-r--r--src/mame/drivers/deco_mlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/deco_mlc.c b/src/mame/drivers/deco_mlc.c
index c221cd083a4..0e67d45d7f3 100644
--- a/src/mame/drivers/deco_mlc.c
+++ b/src/mame/drivers/deco_mlc.c
@@ -819,7 +819,7 @@ void deco_mlc_state::descramble_sound( )
buf1[addr] = rom[x];
}
- memcpy(rom,buf1,length);
+ memcpy(rom,&buf1[0],length);
}
READ32_MEMBER(deco_mlc_state::avengrgs_speedup_r)