summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco50.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco50.h')
-rw-r--r--src/mame/machine/namco50.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/machine/namco50.h b/src/mame/machine/namco50.h
index f41f89fb2e5..6c367238838 100644
--- a/src/mame/machine/namco50.h
+++ b/src/mame/machine/namco50.h
@@ -1,6 +1,8 @@
#ifndef NAMCO50_H
#define NAMCO50_H
+#include "devlegcy.h"
+
#define MDRV_NAMCO_50XX_ADD(_tag, _clock) \
MDRV_DEVICE_ADD(_tag, NAMCO_50XX, _clock) \
@@ -12,8 +14,7 @@ WRITE8_DEVICE_HANDLER( namco_50xx_write );
/* device get info callback */
-#define NAMCO_50XX DEVICE_GET_INFO_NAME(namco_50xx)
-DEVICE_GET_INFO( namco_50xx );
+DECLARE_LEGACY_DEVICE(NAMCO_50XX, namco_50xx);
#endif /* NAMCO50_H */