summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec0.h')
-rw-r--r--src/mame/includes/dec0.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/dec0.h b/src/mame/includes/dec0.h
index 91682c0e678..d4915849aa2 100644
--- a/src/mame/includes/dec0.h
+++ b/src/mame/includes/dec0.h
@@ -1,5 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:Bryan McPhail
+#ifndef MAME_INCLUDES_DEC0_H
+#define MAME_INCLUDES_DEC0_H
+
+#pragma once
+
#include "machine/74157.h"
#include "cpu/h6280/h6280.h"
#include "machine/bankdev.h"
@@ -197,3 +202,5 @@ private:
void secretab_map(address_map &map);
void secretab_s_map(address_map &map);
};
+
+#endif // MAME_INCLUDES_DEC0_H