summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/nes_apu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/nes_apu.c')
-rw-r--r--src/emu/sound/nes_apu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/nes_apu.c b/src/emu/sound/nes_apu.c
index 49586758a91..a5875faf521 100644
--- a/src/emu/sound/nes_apu.c
+++ b/src/emu/sound/nes_apu.c
@@ -703,7 +703,7 @@ static DEVICE_START( nesapu )
info->buffer_size+=info->samps_per_sync;
/* Initialize individual chips */
- (info->APU.dpcm).memory = device->machine().device(intf->cpu_tag)->memory().space(AS_PROGRAM);
+ (info->APU.dpcm).memory = &device->machine().device(intf->cpu_tag)->memory().space(AS_PROGRAM);
info->stream = device->machine().sound().stream_alloc(*device, 0, 1, rate, info, nes_psg_update_sound);