diff options
Diffstat (limited to 'src/emu/sound/n63701x.c')
-rw-r--r-- | src/emu/sound/n63701x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/n63701x.c b/src/emu/sound/n63701x.c index 9c33e396ee2..0c0faae0b1b 100644 --- a/src/emu/sound/n63701x.c +++ b/src/emu/sound/n63701x.c @@ -114,7 +114,7 @@ static DEVICE_START( namco_63701x ) chip->rom = *device->region(); - chip->stream = device->machine->sound().stream_alloc(*device, 0, 2, device->clock()/1000, chip, namco_63701x_update); + chip->stream = device->machine().sound().stream_alloc(*device, 0, 2, device->clock()/1000, chip, namco_63701x_update); } |