summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/minx/minx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/minx/minx.h')
-rw-r--r--src/devices/cpu/minx/minx.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/cpu/minx/minx.h b/src/devices/cpu/minx/minx.h
index 8ab7ce18a06..a9640ecd132 100644
--- a/src/devices/cpu/minx/minx.h
+++ b/src/devices/cpu/minx/minx.h
@@ -1,9 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
-#pragma once
+#ifndef MAME_CPU_MINX_MINX_H
+#define MAME_CPU_MINX_MINX_H
-#ifndef __MINX_H__
-#define __MINX_H__
+#pragma once
enum
@@ -115,7 +115,6 @@ private:
};
-extern const device_type MINX;
-
+DECLARE_DEVICE_TYPE(MINX, minx_cpu_device)
-#endif /* __MINX_H__ */
+#endif // MAME_CPU_MINX_MINX_H