summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mb86235/mb86235.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mb86235/mb86235.cpp')
-rw-r--r--src/devices/cpu/mb86235/mb86235.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mb86235/mb86235.cpp b/src/devices/cpu/mb86235/mb86235.cpp
index 44a1d596310..c2a2d1e2c88 100644
--- a/src/devices/cpu/mb86235/mb86235.cpp
+++ b/src/devices/cpu/mb86235/mb86235.cpp
@@ -28,7 +28,7 @@
-const device_type MB86235 = &device_creator<mb86235_device>;
+const device_type MB86235 = device_creator<mb86235_device>;
static ADDRESS_MAP_START(internal_abus, AS_DATA, 32, mb86235_device)