summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2mrt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2mrt.h')
-rw-r--r--src/devices/cpu/alto2/a2mrt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/alto2/a2mrt.h b/src/devices/cpu/alto2/a2mrt.h
index 20b00724fc9..abaa4e92c24 100644
--- a/src/devices/cpu/alto2/a2mrt.h
+++ b/src/devices/cpu/alto2/a2mrt.h
@@ -8,12 +8,12 @@
#ifdef ALTO2_DEFINE_CONSTANTS
#else // ALTO2_DEFINE_CONSTANTS
-#ifndef _A2MRT_H_
-#define _A2MRT_H_
+#ifndef MAME_CPU_ALTO2_A2MRT_H
+#define MAME_CPU_ALTO2_A2MRT_H
void f1_early_mrt_block(); //!< F1 func: block the display word task
void activate_mrt(); //!< called by the CPU when MRT becomes active
void init_mrt(int task = task_mrt); //!< initialize the memory refresh task
void exit_mrt(); //!< deinitialize the memory refresh task
void reset_mrt(); //!< reset the memory refresh task
-#endif // _A2MRT_H_
+#endif // MAME_CPU_ALTO2_A2MRT_H
#endif // ALTO2_DEFINE_CONSTANTS