summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/k033906.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/k033906.h')
-rw-r--r--src/emu/machine/k033906.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/emu/machine/k033906.h b/src/emu/machine/k033906.h
index 4faba5fda97..42fc29afa61 100644
--- a/src/emu/machine/k033906.h
+++ b/src/emu/machine/k033906.h
@@ -7,6 +7,8 @@
#ifndef __K033906_H__
#define __K033906_H__
+#include "devlegcy.h"
+
/***************************************************************************
TYPE DEFINITIONS
@@ -18,19 +20,13 @@ struct _k033906_interface
const char *voodoo;
};
-/***************************************************************************
- FUNCTION PROTOTYPES
-***************************************************************************/
-
-DEVICE_GET_INFO( k033906 );
+DECLARE_LEGACY_DEVICE(K033906, k033906);
/***************************************************************************
MACROS / CONSTANTS
***************************************************************************/
-#define K033906 DEVICE_GET_INFO_NAME( k033906 )
-
#define MDRV_K033906_ADD(_tag, _config) \
MDRV_DEVICE_ADD(_tag, K033906, 0) \
MDRV_DEVICE_CONFIG(_config)