summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/plygonet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/plygonet.h')
-rw-r--r--src/mame/includes/plygonet.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mame/includes/plygonet.h b/src/mame/includes/plygonet.h
index 2a741b265ea..ddcf4ab811f 100644
--- a/src/mame/includes/plygonet.h
+++ b/src/mame/includes/plygonet.h
@@ -1,5 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:R. Belmont, Andrew Gardner
+#ifndef MAME_INCLUDES_PLYGONET_H
+#define MAME_INCLUDES_PLYGONET_H
+
+#pragma once
#include "machine/eepromser.h"
#include "machine/gen_latch.h"
@@ -31,7 +35,7 @@ public:
m_shared_ram(*this, "shared_ram"),
m_dsp56k_p_mirror(*this, "dsp56k_p_mirror"),
m_dsp56k_p_8000(*this, "dsp56k_p_8000")
- { }
+ { }
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
@@ -110,3 +114,5 @@ public:
INTERRUPT_GEN_MEMBER(polygonet_interrupt);
DECLARE_WRITE_LINE_MEMBER(k054539_nmi_gen);
};
+
+#endif // MAME_INCLUDES_PLYGONET_H