summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arcompact/arcompact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arcompact/arcompact.h')
-rw-r--r--src/devices/cpu/arcompact/arcompact.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/cpu/arcompact/arcompact.h b/src/devices/cpu/arcompact/arcompact.h
index 227abe8f912..78cc1e26ed5 100644
--- a/src/devices/cpu/arcompact/arcompact.h
+++ b/src/devices/cpu/arcompact/arcompact.h
@@ -6,10 +6,10 @@
\*********************************/
-#pragma once
+#ifndef MAME_CPU_ARCOMPACT_ARCOMPACT_H
+#define MAME_CPU_ARCOMPACT_ARCOMPACT_H
-#ifndef __ARCOMPACT_H__
-#define __ARCOMPACT_H__
+#pragma once
enum
{
@@ -894,7 +894,7 @@ private:
#define CONDITION_LT ((STATUS32_CHECK_N && !STATUS32_CHECK_V) || (!STATUS32_CHECK_N && STATUS32_CHECK_V))
#define CONDITION_MI (STATUS32_CHECK_N)
-extern const device_type ARCA5;
+DECLARE_DEVICE_TYPE(ARCA5, arcompact_device)
-#endif /* __ARCOMPACT_H__ */
+#endif // MAME_CPU_ARCOMPACT_ARCOMPACT_H