summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/es5510/es5510.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/es5510/es5510.cpp')
-rw-r--r--src/devices/cpu/es5510/es5510.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/es5510/es5510.cpp b/src/devices/cpu/es5510/es5510.cpp
index 8113c5c3bd9..43cf3ecb702 100644
--- a/src/devices/cpu/es5510/es5510.cpp
+++ b/src/devices/cpu/es5510/es5510.cpp
@@ -54,7 +54,7 @@ static int exec_cc = 0;
#define LOG_EXEC(x)
#endif
-const device_type ES5510 = &device_creator<es5510_device>;
+const device_type ES5510 = device_creator<es5510_device>;
#define FLAG_N (1 << 7)
#define FLAG_C (1 << 6)