summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/null_modem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/null_modem.cpp')
-rw-r--r--src/devices/bus/rs232/null_modem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/null_modem.cpp b/src/devices/bus/rs232/null_modem.cpp
index 30b5732a72d..9baa1ef7435 100644
--- a/src/devices/bus/rs232/null_modem.cpp
+++ b/src/devices/bus/rs232/null_modem.cpp
@@ -138,4 +138,4 @@ void null_modem_device::rcv_complete()
m_stream->output(get_received_char());
}
-const device_type NULL_MODEM = &device_creator<null_modem_device>;
+const device_type NULL_MODEM = device_creator<null_modem_device>;