summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pc_lpt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pc_lpt.cpp')
-rw-r--r--src/devices/machine/pc_lpt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pc_lpt.cpp b/src/devices/machine/pc_lpt.cpp
index 93652755d84..d1676fc1232 100644
--- a/src/devices/machine/pc_lpt.cpp
+++ b/src/devices/machine/pc_lpt.cpp
@@ -10,7 +10,7 @@
#include "pc_lpt.h"
-const device_type PC_LPT = &device_creator<pc_lpt_device>;
+const device_type PC_LPT = device_creator<pc_lpt_device>;
pc_lpt_device::pc_lpt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, PC_LPT, "PC-LPT", tag, owner, clock, "pc_lpt", __FILE__),