summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ldp1450.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ldp1450.h')
-rw-r--r--src/devices/machine/ldp1450.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ldp1450.h b/src/devices/machine/ldp1450.h
index 67a429845e1..e57f34096a3 100644
--- a/src/devices/machine/ldp1450.h
+++ b/src/devices/machine/ldp1450.h
@@ -27,7 +27,7 @@ class sony_ldp1450_device : public laserdisc_device
{
public:
// construction/destruction
- sony_ldp1450_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ sony_ldp1450_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// I/O operations TODO: both actually protected
void command_w(uint8_t data);