diff options
Diffstat (limited to 'src/devices/cpu/alto2/a2dvt.h')
-rw-r--r-- | src/devices/cpu/alto2/a2dvt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/alto2/a2dvt.h b/src/devices/cpu/alto2/a2dvt.h index 0d9430b1731..8b3cbbb587b 100644 --- a/src/devices/cpu/alto2/a2dvt.h +++ b/src/devices/cpu/alto2/a2dvt.h @@ -8,8 +8,8 @@ #ifdef ALTO2_DEFINE_CONSTANTS #else // ALTO2_DEFINE_CONSTANTS -#ifndef _A2DVT_H_ -#define _A2DVT_H_ +#ifndef MAME_CPU_ALTO2_A2DVT_H +#define MAME_CPU_ALTO2_A2DVT_H //! F2 functions for display vertical task enum { @@ -30,5 +30,5 @@ void exit_dvt(); //! Reset the display vertical task. void reset_dvt(); -#endif // _A2DVT_H_ +#endif // MAME_CPU_ALTO2_A2DVT_H #endif // ALTO2_DEFINE_CONSTANTS |