summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas16b.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-07-03 22:07:08 +1000
committer Vas Crabb <vas@vastheman.com>2018-07-03 22:07:08 +1000
commit5931e886863ad1cca1e78696fd9a680edf14d142 (patch)
tree3d7b5c56593627f12548fe4ee7543e8d17fd10b3 /src/mame/includes/segas16b.h
parent3094b15507a07f5b87de20a7ed2d4fe39bc7641d (diff)
misc cleanup and devcb3 prep (nw)
Diffstat (limited to 'src/mame/includes/segas16b.h')
-rw-r--r--src/mame/includes/segas16b.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/segas16b.h b/src/mame/includes/segas16b.h
index f7fca6b1564..3cf888ed1ba 100644
--- a/src/mame/includes/segas16b.h
+++ b/src/mame/includes/segas16b.h
@@ -5,6 +5,10 @@
Sega System 16B hardware
***************************************************************************/
+#ifndef MAME_INCLUDES_SEGAS16B_H
+#define MAME_INCLUDES_SEGAS16B_H
+
+#pragma once
#include "cpu/m68000/m68000.h"
#include "cpu/mcs51/mcs51.h"
@@ -369,3 +373,5 @@ private:
uint8_t m_rle_byte;
void isgsm_map(address_map &map);
};
+
+#endif // MAME_INCLUDES_SEGAS16B_H