summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco53.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco53.h')
-rw-r--r--src/mame/machine/namco53.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/machine/namco53.h b/src/mame/machine/namco53.h
index 45286f78ae8..5c01a8b0218 100644
--- a/src/mame/machine/namco53.h
+++ b/src/mame/machine/namco53.h
@@ -1,7 +1,7 @@
#ifndef NAMCO53_H
#define NAMCO53_H
-#include "devcb.h"
+#include "devlegcy.h"
typedef struct _namco_53xx_interface namco_53xx_interface;
@@ -22,9 +22,7 @@ void namco_53xx_read_request(running_device *device);
READ8_DEVICE_HANDLER( namco_53xx_read );
-/* device get info callback */
-#define NAMCO_53XX DEVICE_GET_INFO_NAME(namco_53xx)
-DEVICE_GET_INFO( namco_53xx );
+DECLARE_LEGACY_DEVICE(NAMCO_53XX, namco_53xx);
#endif /* NAMCO53_H */