summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/travrusa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/travrusa.c')
-rw-r--r--src/mame/drivers/travrusa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/travrusa.c b/src/mame/drivers/travrusa.c
index 2e31a567b9e..3c20bef068c 100644
--- a/src/mame/drivers/travrusa.c
+++ b/src/mame/drivers/travrusa.c
@@ -575,7 +575,7 @@ DRIVER_INIT_MEMBER(travrusa_state,motorace)
UINT8 *rom = memregion("maincpu")->base();
dynamic_buffer buffer(0x2000);
- memcpy(buffer, rom, 0x2000);
+ memcpy(&buffer[0], rom, 0x2000);
/* The first CPU ROM has the address and data lines scrambled */
for (A = 0; A < 0x2000; A++)