summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2ether.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2ether.h')
-rw-r--r--src/devices/cpu/alto2/a2ether.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/alto2/a2ether.h b/src/devices/cpu/alto2/a2ether.h
index fe302fd0eef..48b29f6ea9b 100644
--- a/src/devices/cpu/alto2/a2ether.h
+++ b/src/devices/cpu/alto2/a2ether.h
@@ -11,8 +11,8 @@
#define ALTO2_ETHER_PACKET_SIZE 0400 //!< size of a packet in words
#else // ALTO2_DEFINE_CONSTANTS
-#ifndef _A2ETHER_H_
-#define _A2ETHER_H_
+#ifndef MAME_CPU_ALTO2_A2ETHER_H
+#define MAME_CPU_ALTO2_A2ETHER_H
//! BUS source for ethernet task
enum {
bs_ether_eidfct = bs_task_3 //!< ethernet task: Ethernet input data function
@@ -112,5 +112,5 @@ void update_tclk(int tclk); //!< update all JK flip-flops fo
void init_ether(int task = task_ether); //!< initialize the ethernet task
void exit_ether(); //!< deinitialize the ethernet task
void reset_ether(); //!< reset the ethernet task
-#endif // _A2ETHER_H_
+#endif // MAME_CPU_ALTO2_A2ETHER_H
#endif // ALTO2_DEFINE_CONSTANTS