summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx/gte.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/psx/gte.h')
-rw-r--r--src/devices/cpu/psx/gte.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/psx/gte.h b/src/devices/cpu/psx/gte.h
index a577c317718..33755043704 100644
--- a/src/devices/cpu/psx/gte.h
+++ b/src/devices/cpu/psx/gte.h
@@ -7,10 +7,10 @@
*
*/
-#pragma once
+#ifndef MAME_CPU_PSX_GTE_H
+#define MAME_CPU_PSX_GTE_H
-#ifndef __PSXGTE_H__
-#define __PSXGTE_H__
+#pragma once
#define GTE_SF( op ) ( ( op >> 19 ) & 1 )
@@ -110,4 +110,4 @@ protected:
int64_t m_mac3;
};
-#endif
+#endif // MAME_CPU_PSX_GTE_H