summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/wdxt_gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/wdxt_gen.cpp')
-rw-r--r--src/devices/bus/isa/wdxt_gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/wdxt_gen.cpp b/src/devices/bus/isa/wdxt_gen.cpp
index f6f5f788168..d2f106092ae 100644
--- a/src/devices/bus/isa/wdxt_gen.cpp
+++ b/src/devices/bus/isa/wdxt_gen.cpp
@@ -62,7 +62,7 @@ Notes:
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type ISA8_WDXT_GEN = &device_creator<wdxt_gen_device>;
+const device_type ISA8_WDXT_GEN = device_creator<wdxt_gen_device>;
//-------------------------------------------------