summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6510t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m6510t.h')
-rw-r--r--src/devices/cpu/m6502/m6510t.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/m6502/m6510t.h b/src/devices/cpu/m6502/m6510t.h
index e27fe97ea98..04e683bd0c3 100644
--- a/src/devices/cpu/m6502/m6510t.h
+++ b/src/devices/cpu/m6502/m6510t.h
@@ -8,8 +8,8 @@
***************************************************************************/
-#ifndef __M6510T_H__
-#define __M6510T_H__
+#ifndef MAME_CPU_M6502_M6510T_H
+#define MAME_CPU_M6502_M6510T_H
#include "m6510.h"
@@ -29,6 +29,6 @@ enum {
M6510T_SET_OVERFLOW = m6502_device::V_LINE
};
-extern const device_type M6510T;
+DECLARE_DEVICE_TYPE(M6510T, m6510t_device)
-#endif
+#endif // MAME_CPU_M6502_M6510T_H