summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp/unsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/unsp/unsp.h')
-rw-r--r--src/devices/cpu/unsp/unsp.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/cpu/unsp/unsp.h b/src/devices/cpu/unsp/unsp.h
index a9a656478ee..85e46a44292 100644
--- a/src/devices/cpu/unsp/unsp.h
+++ b/src/devices/cpu/unsp/unsp.h
@@ -8,10 +8,10 @@
*
\**************************/
-#pragma once
+#ifndef MAME_CPU_UNSP_UNSP_H
+#define MAME_CPU_UNSP_UNSP_H
-#ifndef __UNSP_H__
-#define __UNSP_H__
+#pragma once
enum
{
@@ -107,7 +107,6 @@ private:
};
-extern const device_type UNSP;
-
+DECLARE_DEVICE_TYPE(UNSP, unsp_device)
-#endif /* __UNSP_H__ */
+#endif // MAME_CPU_UNSP_UNSP_H