summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdp1864.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2010-06-11 13:32:49 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2010-06-11 13:32:49 +0000
commitf523ad192daa7c7ab31cd309018bbb74d3709a87 (patch)
treea0e3644f8428235d3c6aeeb961c5c294809169b8 /src/emu/sound/cdp1864.h
parentb7a9ae251caacf358f4c14dea41325d0d96e18c9 (diff)
MESS related fixes to enable compile after device rewrite (no whatsnew)
Diffstat (limited to 'src/emu/sound/cdp1864.h')
-rw-r--r--src/emu/sound/cdp1864.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/cdp1864.h b/src/emu/sound/cdp1864.h
index eecab81c458..990da43cc9e 100644
--- a/src/emu/sound/cdp1864.h
+++ b/src/emu/sound/cdp1864.h
@@ -78,8 +78,7 @@
DECLARE_LEGACY_SOUND_DEVICE(CDP1864, cdp1864);
#define MDRV_CDP1864_ADD(_tag, _clock, _config) \
- MDRV_DEVICE_ADD(_tag, SOUND, _clock) \
- MDRV_DEVICE_CONFIG_DATAPTR(sound_config, type, SOUND_CDP1864) \
+ MDRV_SOUND_ADD(_tag, CDP1864, _clock) \
MDRV_DEVICE_CONFIG(_config)
#define MDRV_CDP1864_SCREEN_ADD(_tag, _clock) \