summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pcf8593.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pcf8593.cpp')
-rw-r--r--src/devices/machine/pcf8593.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pcf8593.cpp b/src/devices/machine/pcf8593.cpp
index 77527bf4621..5acab4ec7dc 100644
--- a/src/devices/machine/pcf8593.cpp
+++ b/src/devices/machine/pcf8593.cpp
@@ -40,7 +40,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type PCF8593 = &device_creator<pcf8593_device>;
+const device_type PCF8593 = device_creator<pcf8593_device>;
//-------------------------------------------------