summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/apple2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/apple2.h')
-rw-r--r--src/mame/video/apple2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/apple2.h b/src/mame/video/apple2.h
index 5f5a8c142d2..e3daa888210 100644
--- a/src/mame/video/apple2.h
+++ b/src/mame/video/apple2.h
@@ -6,8 +6,8 @@
*********************************************************************/
-#ifndef __A2_VIDEO__
-#define __A2_VIDEO__
+#ifndef MAME_VIDEO_APPLE2_H
+#define MAME_VIDEO_APPLE2_H
class a2_video_device :
@@ -60,4 +60,4 @@ private:
// device type definition
extern const device_type APPLE2_VIDEO;
-#endif
+#endif // MAME_VIDEO_APPLE2_H