summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/printer.cpp')
-rw-r--r--src/devices/bus/rs232/printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/printer.cpp b/src/devices/bus/rs232/printer.cpp
index 440cab877ec..ef4f8ef9c38 100644
--- a/src/devices/bus/rs232/printer.cpp
+++ b/src/devices/bus/rs232/printer.cpp
@@ -83,4 +83,4 @@ void serial_printer_device::rcv_complete()
m_printer->output(get_received_char());
}
-const device_type SERIAL_PRINTER = &device_creator<serial_printer_device>;
+const device_type SERIAL_PRINTER = device_creator<serial_printer_device>;