summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/nile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/nile.h')
-rw-r--r--src/emu/sound/nile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/sound/nile.h b/src/emu/sound/nile.h
index 840dda109ef..029a0a9d0d4 100644
--- a/src/emu/sound/nile.h
+++ b/src/emu/sound/nile.h
@@ -3,6 +3,8 @@
#ifndef __NILE_H__
#define __NILE_H__
+#include "devlegcy.h"
+
extern UINT16 *nile_sound_regs;
WRITE16_DEVICE_HANDLER( nile_snd_w );
@@ -10,7 +12,6 @@ READ16_DEVICE_HANDLER( nile_snd_r );
WRITE16_DEVICE_HANDLER( nile_sndctrl_w );
READ16_DEVICE_HANDLER( nile_sndctrl_r );
-DEVICE_GET_INFO( nile );
-#define SOUND_NILE DEVICE_GET_INFO_NAME( nile )
+DECLARE_LEGACY_SOUND_DEVICE(NILE, nile);
#endif /* __NILE_H__ */