summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/melps4/m58846.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/melps4/m58846.h')
-rw-r--r--src/devices/cpu/melps4/m58846.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/cpu/melps4/m58846.h b/src/devices/cpu/melps4/m58846.h
index d270074ff74..4a3bf8674bf 100644
--- a/src/devices/cpu/melps4/m58846.h
+++ b/src/devices/cpu/melps4/m58846.h
@@ -6,8 +6,10 @@
*/
-#ifndef _M58846_H_
-#define _M58846_H_
+#ifndef MAME_CPU_MELPS4_M58846_H
+#define MAME_CPU_MELPS4_M58846_H
+
+#pragma once
#include "melps4.h"
@@ -39,8 +41,6 @@ protected:
};
+DECLARE_DEVICE_TYPE(M58846, m58846_device)
-extern const device_type M58846;
-
-
-#endif /* _M58846_H_ */
+#endif // MAME_CPU_MELPS4_M58846_H