summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2curt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2curt.h')
-rw-r--r--src/devices/cpu/alto2/a2curt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/alto2/a2curt.h b/src/devices/cpu/alto2/a2curt.h
index cdfc6a22973..a09c790dbb2 100644
--- a/src/devices/cpu/alto2/a2curt.h
+++ b/src/devices/cpu/alto2/a2curt.h
@@ -8,8 +8,8 @@
#ifdef ALTO2_DEFINE_CONSTANTS
#else // ALTO2_DEFINE_CONSTANTS
-#ifndef _A2CURT_H_
-#define _A2CURT_H_
+#ifndef MAME_CPU_ALTO2_A2CURT_H
+#define MAME_CPU_ALTO2_A2CURT_H
//! F2 functions for cursor task
enum {
@@ -24,5 +24,5 @@ void activate_curt(); //!< curt_activate: called by th
void init_curt(int task = task_curt); //!< initialize cursor task
void exit_curt(); //!< deinitialize cursor task
void reset_curt(); //!< reset cursor task
-#endif // _A2CURT_H_
+#endif // MAME_CPU_A2CURT_H
#endif // ALTO2_DEFINE_CONSTANTS