summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2emu.h')
-rw-r--r--src/devices/cpu/alto2/a2emu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/alto2/a2emu.h b/src/devices/cpu/alto2/a2emu.h
index 5fd012b6196..03e681b5039 100644
--- a/src/devices/cpu/alto2/a2emu.h
+++ b/src/devices/cpu/alto2/a2emu.h
@@ -8,8 +8,8 @@
#ifdef ALTO2_DEFINE_CONSTANTS
#else // ALTO2_DEFINE_CONSTANTS
-#ifndef _A2EMU_H_
-#define _A2EMU_H_
+#ifndef MAME_CPU_ALTO2_A2EMU_H
+#define MAME_CPU_ALTO2_A2EMU_H
//! BUS source for emulator task
enum {
@@ -65,5 +65,5 @@ void f2_late_acsource(); //!< F2 func: branch on arithmet
void init_emu(int task = task_emu); //!< initialize the emulator task
void exit_emu(); //!< deinitialize the emulator task
void reset_emu(); //!< reset the emulator task
-#endif // _A2EMU_H_
+#endif // MAME_CPU_ALTO2_A2EMU_H
#endif // ALTO2_DEFINE_CONSTANTS