diff options
author | 2010-06-11 13:32:49 +0000 | |
---|---|---|
committer | 2010-06-11 13:32:49 +0000 | |
commit | f523ad192daa7c7ab31cd309018bbb74d3709a87 (patch) | |
tree | a0e3644f8428235d3c6aeeb961c5c294809169b8 /src/emu/sound/cdp1864.h | |
parent | b7a9ae251caacf358f4c14dea41325d0d96e18c9 (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.h | 3 |
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) \ |