summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/bitbngr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/bitbngr.cpp')
-rw-r--r--src/devices/imagedev/bitbngr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/bitbngr.cpp b/src/devices/imagedev/bitbngr.cpp
index eb56d7251f8..40cd8f70306 100644
--- a/src/devices/imagedev/bitbngr.cpp
+++ b/src/devices/imagedev/bitbngr.cpp
@@ -15,7 +15,7 @@
IMPLEMENTATION
***************************************************************************/
-const device_type BITBANGER = &device_creator<bitbanger_device>;
+const device_type BITBANGER = device_creator<bitbanger_device>;
/*-------------------------------------------------
ctor