Synced with MESS. (nw)

This commit is contained in:
Curt Coder 2011-06-13 16:27:32 +00:00
parent d8c855729a
commit 44cfbff05e

View File

@ -11,6 +11,9 @@
DECLARE_LEGACY_SOUND_DEVICE(WAVE, wave);
#define WAVE_TAG "wave"
#define WAVE2_TAG "wave2"
#define MCFG_SOUND_WAVE_ADD(_tag, _cass_tag) \
MCFG_SOUND_ADD( _tag, WAVE, 0 ) \