summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/315_5124.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/315_5124.h')
-rw-r--r--src/devices/video/315_5124.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/devices/video/315_5124.h b/src/devices/video/315_5124.h
index 7cc8cdaf642..e3ab1f23559 100644
--- a/src/devices/video/315_5124.h
+++ b/src/devices/video/315_5124.h
@@ -8,8 +8,12 @@
**************************************************************************/
-#ifndef __SEGA315_5124_H__
-#define __SEGA315_5124_H__
+#ifndef MAME_DEVICES_VIDEO_315_5124_H
+#define MAME_DEVICES_VIDEO_315_5124_H
+
+#pragma once
+
+#include "screen.h"
/***************************************************************************
@@ -263,4 +267,4 @@ protected:
devcb = &sega315_5378_device::set_pause_callback(*device, DEVCB_##_devcb);
-#endif /* __SEGA315_5124_H__ */
+#endif // MAME_DEVICES_VIDEO_315_5124_H