summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68kcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m68000/m68kcpu.h')
-rw-r--r--src/devices/cpu/m68000/m68kcpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/m68000/m68kcpu.h b/src/devices/cpu/m68000/m68kcpu.h
index 4326735cd1b..41d9e93c883 100644
--- a/src/devices/cpu/m68000/m68kcpu.h
+++ b/src/devices/cpu/m68000/m68kcpu.h
@@ -12,11 +12,11 @@
*
*/
+#ifndef MAME_CPU_M68000_M68KCPU_H
+#define MAME_CPU_M68000_M68KCPU_H
#pragma once
-#ifndef __M68KCPU_H__
-#define __M68KCPU_H__
class m68000_base_device;
@@ -1701,4 +1701,4 @@ static inline void m68ki_check_interrupts(m68000_base_device *m68k)
/* ============================== END OF FILE ============================= */
/* ======================================================================== */
-#endif /* __M68KCPU_H__ */
+#endif // MAME_CPU_M68000_M68KCPU_H