summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2disp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2disp.h')
-rw-r--r--src/devices/cpu/alto2/a2disp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/alto2/a2disp.h b/src/devices/cpu/alto2/a2disp.h
index c4d47047519..79240f90a31 100644
--- a/src/devices/cpu/alto2/a2disp.h
+++ b/src/devices/cpu/alto2/a2disp.h
@@ -190,8 +190,8 @@
* </PRE>
*/
-#ifndef _A2DISP_H_
-#define _A2DISP_H_
+#ifndef MAME_CPU_ALTO2_A2DISP_H
+#define MAME_CPU_ALTO2_A2DISP_H
struct {
uint32_t state; //!< current state of the display_state_machine()
uint32_t hlc; //!< horizontal line counter
@@ -312,5 +312,5 @@ void init_disp(); //!< initialize the display context
void exit_disp(); //!< deinitialize the display context
void reset_disp(); //!< reset the display context
-#endif // _A2DISP_H_
+#endif // MAME_CPU_ALTO2_A2DISP_H
#endif // ALTO2_DEFINE_CONSTANTS