summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pc_lpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pc_lpt.h')
-rw-r--r--src/devices/machine/pc_lpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pc_lpt.h b/src/devices/machine/pc_lpt.h
index 911c657baa4..d72545a13df 100644
--- a/src/devices/machine/pc_lpt.h
+++ b/src/devices/machine/pc_lpt.h
@@ -21,7 +21,7 @@
class pc_lpt_device : public device_t
{
public:
- pc_lpt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ pc_lpt_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
// configuration helpers
auto irq_handler() { return m_irq_handler.bind(); }