summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/multipcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/multipcm.h')
-rw-r--r--src/emu/sound/multipcm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/sound/multipcm.h b/src/emu/sound/multipcm.h
index 9c20693d9fd..e0cdae87ccf 100644
--- a/src/emu/sound/multipcm.h
+++ b/src/emu/sound/multipcm.h
@@ -3,12 +3,13 @@
#ifndef __MULTIPCM_H__
#define __MULTIPCM_H__
+#include "devlegcy.h"
+
WRITE8_DEVICE_HANDLER( multipcm_w );
READ8_DEVICE_HANDLER( multipcm_r );
void multipcm_set_bank(running_device *device, UINT32 leftoffs, UINT32 rightoffs);
-DEVICE_GET_INFO( multipcm );
-#define SOUND_MULTIPCM DEVICE_GET_INFO_NAME( multipcm )
+DECLARE_LEGACY_SOUND_DEVICE(MULTIPCM, multipcm);
#endif /* __MULTIPCM_H__ */