diff options
Diffstat (limited to 'src/emu/sound/cdp1869.c')
-rw-r--r-- | src/emu/sound/cdp1869.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/cdp1869.c b/src/emu/sound/cdp1869.c index a304dc58519..8aa7e5bd833 100644 --- a/src/emu/sound/cdp1869.c +++ b/src/emu/sound/cdp1869.c @@ -886,7 +886,7 @@ static DEVICE_START( cdp1869 ) assert(cdp1869->screen != NULL); /* get the CPU device */ - cdp1869->cpu = cputag_get_cpu(device->machine, cdp1869->intf->cpu_tag); + cdp1869->cpu = devtag_get_device(device->machine, cdp1869->intf->cpu_tag); assert(cdp1869->cpu != NULL); /* allocate predisplay timer */ |