summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/lpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/lpt.h')
-rw-r--r--src/devices/bus/isa/lpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/lpt.h b/src/devices/bus/isa/lpt.h
index 1aa2731bfaf..022360650e1 100644
--- a/src/devices/bus/isa/lpt.h
+++ b/src/devices/bus/isa/lpt.h
@@ -25,7 +25,7 @@ class isa8_lpt_device : public device_t,
{
public:
// construction/destruction
- isa8_lpt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ isa8_lpt_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
bool is_primary() { return m_is_primary; }