summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hexbus/hx5102.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hexbus/hx5102.h')
-rw-r--r--src/devices/bus/hexbus/hx5102.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/hexbus/hx5102.h b/src/devices/bus/hexbus/hx5102.h
index 15d717bd028..b225e669c5f 100644
--- a/src/devices/bus/hexbus/hx5102.h
+++ b/src/devices/bus/hexbus/hx5102.h
@@ -33,7 +33,7 @@ namespace bus::hexbus {
class hx5102_device : public hexbus_chained_device
{
public:
- hx5102_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ hx5102_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
virtual const tiny_rom_entry *device_rom_region() const override;