summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/es5510/es5510.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/es5510/es5510.h')
-rw-r--r--src/devices/cpu/es5510/es5510.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/cpu/es5510/es5510.h b/src/devices/cpu/es5510/es5510.h
index 89da725c28e..d3524aa5324 100644
--- a/src/devices/cpu/es5510/es5510.h
+++ b/src/devices/cpu/es5510/es5510.h
@@ -7,10 +7,10 @@
*
**********************************************************************************************/
-#pragma once
+#ifndef MAME_CPU_ES5510_ES5510_H
+#define MAME_CPU_ES5510_ES5510_H
-#ifndef __ES5510_H__
-#define __ES5510_H__
+#pragma once
class es5510_device : public cpu_device {
@@ -189,6 +189,6 @@ private:
ram_t ram, ram_p, ram_pp; // ram operations for cycles N, N-1 and N-2
};
-extern const device_type ES5510;
+DECLARE_DEVICE_TYPE(ES5510, es5510_device)
-#endif // __ES5510_H__
+#endif // MAME_CPU_ES5510_ES5510_H