summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/cpc_rs232.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/cpc_rs232.cpp')
-rw-r--r--src/devices/bus/cpc/cpc_rs232.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/cpc/cpc_rs232.cpp b/src/devices/bus/cpc/cpc_rs232.cpp
index 585a87375ff..fee168423f0 100644
--- a/src/devices/bus/cpc/cpc_rs232.cpp
+++ b/src/devices/bus/cpc/cpc_rs232.cpp
@@ -15,8 +15,8 @@ SLOT_INTERFACE_EXTERN(cpc_exp_cards);
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type CPC_RS232 = &device_creator<cpc_rs232_device>;
-const device_type CPC_RS232_AMS = &device_creator<cpc_ams_rs232_device>;
+const device_type CPC_RS232 = device_creator<cpc_rs232_device>;
+const device_type CPC_RS232_AMS = device_creator<cpc_ams_rs232_device>;
// device machine config
static MACHINE_CONFIG_FRAGMENT( cpc_rs232 )