summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics/epson_lx800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/centronics/epson_lx800.h')
-rw-r--r--src/devices/bus/centronics/epson_lx800.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/centronics/epson_lx800.h b/src/devices/bus/centronics/epson_lx800.h
index c6534f3d62f..e45a6217248 100644
--- a/src/devices/bus/centronics/epson_lx800.h
+++ b/src/devices/bus/centronics/epson_lx800.h
@@ -28,10 +28,10 @@ class epson_lx800_device : public device_t, public device_centronics_peripheral
{
public:
// construction/destruction
- epson_lx800_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ epson_lx800_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
- epson_lx800_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+ epson_lx800_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock);
// device-level overrides
virtual void device_start() override;