summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/wave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/wave.h')
-rw-r--r--src/emu/sound/wave.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/wave.h b/src/emu/sound/wave.h
index 6d27ef62841..8421185d9ac 100644
--- a/src/emu/sound/wave.h
+++ b/src/emu/sound/wave.h
@@ -12,8 +12,8 @@
DECLARE_LEGACY_SOUND_DEVICE(WAVE, wave);
-#define MDRV_SOUND_WAVE_ADD(_tag, _cass_tag) \
- MDRV_SOUND_ADD( _tag, WAVE, 0 ) \
- MDRV_DEVICE_CONFIG( _cass_tag )
+#define MCFG_SOUND_WAVE_ADD(_tag, _cass_tag) \
+ MCFG_SOUND_ADD( _tag, WAVE, 0 ) \
+ MCFG_DEVICE_CONFIG( _cass_tag )
#endif /* __WAVE_H__ */