summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms34010/34010ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms34010/34010ops.h')
-rw-r--r--src/devices/cpu/tms34010/34010ops.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/tms34010/34010ops.h b/src/devices/cpu/tms34010/34010ops.h
index 39833b35d77..901e9b56888 100644
--- a/src/devices/cpu/tms34010/34010ops.h
+++ b/src/devices/cpu/tms34010/34010ops.h
@@ -9,10 +9,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_CPU_TMS34010_34010OPS_H
+#define MAME_CPU_TMS34010_34010OPS_H
-#ifndef __34010OPS_H__
-#define __34010OPS_H__
+#pragma once
@@ -151,4 +151,4 @@ inline void tms340x0_device::TMS34010_WRMEM_DWORD(offs_t A, uint32_t V)
return TMS34010_RDMEM_DWORD(TOBYTE(offset));
-#endif /* __34010OPS_H__ */
+#endif // MAME_CPU_TMS34010_34010OPS_H