summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tms9928a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tms9928a.h')
-rw-r--r--src/devices/video/tms9928a.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/devices/video/tms9928a.h b/src/devices/video/tms9928a.h
index 36dc2655928..03389ac14ad 100644
--- a/src/devices/video/tms9928a.h
+++ b/src/devices/video/tms9928a.h
@@ -23,9 +23,12 @@
*/
-#ifndef __TMS9928A_H__
-#define __TMS9928A_H__
+#ifndef MAME_DEVICES_VIDEO_TMS9928A_H
+#define MAME_DEVICES_VIDEO_TMS9928A_H
+#pragma once
+
+#include "screen.h"
#define TMS9928A_PALETTE_SIZE 16
@@ -213,4 +216,4 @@ public:
};
-#endif
+#endif // MAME_DEVICES_VIDEO_TMS9928A_H