summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gridlee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gridlee.h')
-rw-r--r--src/mame/includes/gridlee.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/gridlee.h b/src/mame/includes/gridlee.h
index 28708c98580..f9ae8cb985b 100644
--- a/src/mame/includes/gridlee.h
+++ b/src/mame/includes/gridlee.h
@@ -6,13 +6,14 @@
***************************************************************************/
+#include "devlegcy.h"
+
/*----------- defined in audio/gridlee.c -----------*/
WRITE8_HANDLER( gridlee_sound_w );
-DEVICE_GET_INFO( gridlee_sound );
-#define SOUND_GRIDLEE DEVICE_GET_INFO_NAME(gridlee_sound)
+DECLARE_LEGACY_SOUND_DEVICE(GRIDLEE, gridlee_sound);
/*----------- defined in video/gridlee.c -----------*/