summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6504.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m6504.h')
-rw-r--r--src/devices/cpu/m6502/m6504.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/m6502/m6504.h b/src/devices/cpu/m6502/m6504.h
index fdd15ff46a6..94f0c68ce2a 100644
--- a/src/devices/cpu/m6502/m6504.h
+++ b/src/devices/cpu/m6502/m6504.h
@@ -8,8 +8,8 @@
***************************************************************************/
-#ifndef __M6504_H__
-#define __M6504_H__
+#ifndef MAME_CPU_M6502_M6504_H
+#define MAME_CPU_M6502_M6504_H
#include "m6502.h"
@@ -46,4 +46,4 @@ enum {
extern const device_type M6504;
-#endif
+#endif // MAME_CPU_M6502_M6504_H