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