summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/cdp1864.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/cdp1864.h')
-rw-r--r--src/devices/sound/cdp1864.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/cdp1864.h b/src/devices/sound/cdp1864.h
index c65a3aefac2..e1aec5babea 100644
--- a/src/devices/sound/cdp1864.h
+++ b/src/devices/sound/cdp1864.h
@@ -57,7 +57,7 @@
//**************************************************************************
#define MCFG_CDP1864_ADD(_tag, _screen_tag, _clock, _inlace, _irq, _dma_out, _efx, _hsync, _rdata, _bdata, _gdata) \
- MCFG_SOUND_ADD(_tag, CDP1864, _clock) \
+ MCFG_DEVICE_ADD(_tag, CDP1864, _clock) \
MCFG_VIDEO_SET_SCREEN(_screen_tag) \
downcast<cdp1864_device *>(device)->set_inlace_callback(DEVCB_##_inlace); \
downcast<cdp1864_device *>(device)->set_irq_callback(DEVCB_##_irq); \