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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/sound/multipcm.h b/src/emu/sound/multipcm.h
index c3ab51342e7..14a209dad70 100644
--- a/src/emu/sound/multipcm.h
+++ b/src/emu/sound/multipcm.h
@@ -10,4 +10,6 @@ READ8_HANDLER( multi_pcm_reg_1_r);
void multi_pcm_set_bank(int which, UINT32 leftoffs, UINT32 rightoffs);
+SND_GET_INFO( multipcm );
+
#endif /* __MULTIPCM_H__ */