summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z8536.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/z8536.cpp')
-rw-r--r--src/devices/machine/z8536.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z8536.cpp b/src/devices/machine/z8536.cpp
index 4c36ab242ec..d4240605c5e 100644
--- a/src/devices/machine/z8536.cpp
+++ b/src/devices/machine/z8536.cpp
@@ -26,7 +26,7 @@
// device type definition
-const device_type Z8536 = &device_creator<z8536_device>;
+const device_type Z8536 = device_creator<z8536_device>;
//**************************************************************************