summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m6509.h')
-rw-r--r--src/devices/cpu/m6502/m6509.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/m6502/m6509.h b/src/devices/cpu/m6502/m6509.h
index 349ea8b20f7..0057f900c83 100644
--- a/src/devices/cpu/m6502/m6509.h
+++ b/src/devices/cpu/m6502/m6509.h
@@ -8,8 +8,8 @@
***************************************************************************/
-#ifndef __M6509_H__
-#define __M6509_H__
+#ifndef MAME_CPU_M6502_M6509_H
+#define MAME_CPU_M6502_M6509_H
#include "m6502.h"
@@ -82,6 +82,6 @@ enum {
M6509_BY
};
-extern const device_type M6509;
+DECLARE_DEVICE_TYPE(M6509, m6509_device)
-#endif
+#endif // MAME_CPU_M6502_M6509_H