summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/taitosnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/taitosnd.h')
-rw-r--r--src/mame/audio/taitosnd.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/mame/audio/taitosnd.h b/src/mame/audio/taitosnd.h
index 6bc043b46a9..5e593ed37c1 100644
--- a/src/mame/audio/taitosnd.h
+++ b/src/mame/audio/taitosnd.h
@@ -1,6 +1,7 @@
#ifndef __TAITOSND_H__
#define __TAITOSND_H__
+#include "devlegcy.h"
#include "devcb.h"
/***************************************************************************
@@ -14,18 +15,12 @@ struct _tc0140syt_interface
const char *slave;
};
-/***************************************************************************
- FUNCTION PROTOTYPES
-***************************************************************************/
-
-DEVICE_GET_INFO( tc0140syt );
+DECLARE_LEGACY_DEVICE(TC0140SYT, tc0140syt);
/***************************************************************************
DEVICE CONFIGURATION MACROS
***************************************************************************/
-#define TC0140SYT DEVICE_GET_INFO_NAME( tc0140syt )
-
#define MDRV_TC0140SYT_ADD(_tag, _interface) \
MDRV_DEVICE_ADD(_tag, TC0140SYT, 0) \
MDRV_DEVICE_CONFIG(_interface)