summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/com.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/com.cpp')
-rw-r--r--src/devices/bus/isa/com.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/com.cpp b/src/devices/bus/isa/com.cpp
index b3ebd9f7d41..bce1eab2120 100644
--- a/src/devices/bus/isa/com.cpp
+++ b/src/devices/bus/isa/com.cpp
@@ -76,7 +76,7 @@ MACHINE_CONFIG_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type ISA8_COM = &device_creator<isa8_com_device>;
+const device_type ISA8_COM = device_creator<isa8_com_device>;
//-------------------------------------------------
// machine_config_additions - device-specific
@@ -173,7 +173,7 @@ MACHINE_CONFIG_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type ISA8_COM_AT = &device_creator<isa8_com_at_device>;
+const device_type ISA8_COM_AT = device_creator<isa8_com_at_device>;
//-------------------------------------------------
// machine_config_additions - device-specific