summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco156.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco156.c')
-rw-r--r--src/mame/drivers/deco156.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/deco156.c b/src/mame/drivers/deco156.c
index 19de26d0249..6790bf98ae8 100644
--- a/src/mame/drivers/deco156.c
+++ b/src/mame/drivers/deco156.c
@@ -653,7 +653,7 @@ void deco156_state::descramble_sound( const char *tag )
buf1[addr] = rom[x];
}
- memcpy(rom,buf1,length);
+ memcpy(rom,&buf1[0],length);
}
DRIVER_INIT_MEMBER(deco156_state,hvysmsh)