summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2dwt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2dwt.h')
-rw-r--r--src/devices/cpu/alto2/a2dwt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/alto2/a2dwt.h b/src/devices/cpu/alto2/a2dwt.h
index 788af460369..896f627f3e3 100644
--- a/src/devices/cpu/alto2/a2dwt.h
+++ b/src/devices/cpu/alto2/a2dwt.h
@@ -8,8 +8,8 @@
#ifdef ALTO2_DEFINE_CONSTANTS
#else // ALTO2_DEFINE_CONSTANTS
-#ifndef _A2DWT_H_
-#define _A2DWT_H_
+#ifndef MAME_CPU_ALTO2_A2DWT_H
+#define MAME_CPU_ALTO2_A2DWT_H
//! F2 functions for display word task
enum {
@@ -21,5 +21,5 @@ void f2_late_load_ddr(); //!< F2 func: load the display d
void init_dwt(int task = task_dwt); //!< initialize the display word task
void exit_dwt(); //!< deinitialize the display word task
void reset_dwt(); //!< reset the display word task
-#endif // _A2DWT_H_
+#endif // MAME_CPU_ALTO2_A2DWT_H
#endif // ALTO2_DEFINE_CONSTANTS