summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/atarist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/atarist.h')
-rw-r--r--src/mame/video/atarist.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/video/atarist.h b/src/mame/video/atarist.h
index da66ff3a17e..4a057478ddd 100644
--- a/src/mame/video/atarist.h
+++ b/src/mame/video/atarist.h
@@ -1,7 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Curt Coder, Olivier Galibert
-#ifndef _VIDEO_ATARIST_H_
-#define _VIDEO_ATARIST_H_
+#ifndef MAME_VIDEO_ATARIST_H
+#define MAME_VIDEO_ATARIST_H
+
+#pragma once
// 32028400 also exists
#define Y2 32084988.0
@@ -38,4 +40,4 @@
#define ATARIST_BLITTER_CTRL_HOG 0x40
#define ATARIST_BLITTER_CTRL_BUSY 0x80
-#endif
+#endif // MAME_VIDEO_ATARIST_H