summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mb88xx/mb88xx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mb88xx/mb88xx.cpp')
-rw-r--r--src/devices/cpu/mb88xx/mb88xx.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/cpu/mb88xx/mb88xx.cpp b/src/devices/cpu/mb88xx/mb88xx.cpp
index 0c3c8b70758..3d0b88b2382 100644
--- a/src/devices/cpu/mb88xx/mb88xx.cpp
+++ b/src/devices/cpu/mb88xx/mb88xx.cpp
@@ -20,13 +20,13 @@
#include "mb88xx.h"
-const device_type MB88 = &device_creator<mb88_cpu_device>;
-const device_type MB88201 = &device_creator<mb88201_cpu_device>;
-const device_type MB88202 = &device_creator<mb88202_cpu_device>;
-const device_type MB8841 = &device_creator<mb8841_cpu_device>;
-const device_type MB8842 = &device_creator<mb8842_cpu_device>;
-const device_type MB8843 = &device_creator<mb8843_cpu_device>;
-const device_type MB8844 = &device_creator<mb8844_cpu_device>;
+const device_type MB88 = device_creator<mb88_cpu_device>;
+const device_type MB88201 = device_creator<mb88201_cpu_device>;
+const device_type MB88202 = device_creator<mb88202_cpu_device>;
+const device_type MB8841 = device_creator<mb8841_cpu_device>;
+const device_type MB8842 = device_creator<mb8842_cpu_device>;
+const device_type MB8843 = device_creator<mb8843_cpu_device>;
+const device_type MB8844 = device_creator<mb8844_cpu_device>;
/***************************************************************************