summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/turbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/turbo.h')
-rw-r--r--src/mame/includes/turbo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/turbo.h b/src/mame/includes/turbo.h
index 04ea44546a5..d7d10843b6c 100644
--- a/src/mame/includes/turbo.h
+++ b/src/mame/includes/turbo.h
@@ -5,6 +5,10 @@
Sega Z80-3D system
*************************************************************************/
+#ifndef MAME_INCLUDES_TURBO_H
+#define MAME_INCLUDES_TURBO_H
+
+#pragma once
#include "cpu/z80/z80.h"
#include "machine/i8255.h"
@@ -214,3 +218,5 @@ private:
void subroc3d_map(address_map &map);
void turbo_map(address_map &map);
};
+
+#endif // MAME_INCLUDES_TURBO_H