summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jclub2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jclub2.c')
-rw-r--r--src/mame/drivers/jclub2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jclub2.c b/src/mame/drivers/jclub2.c
index 6af6dbfb098..acd9a37614f 100644
--- a/src/mame/drivers/jclub2.c
+++ b/src/mame/drivers/jclub2.c
@@ -1320,7 +1320,7 @@ DRIVER_INIT_MEMBER(darkhors_state,darkhors)
for (i = 0; i < len; i++)
temp[i] = eeprom[BITSWAP8(i,7,5,4,3,2,1,0,6)];
- memcpy(eeprom, temp, len);
+ memcpy(eeprom, &temp[0], len);
}
}