diff options
Diffstat (limited to 'src/devices/bus/adb/adbhle.h')
-rw-r--r-- | src/devices/bus/adb/adbhle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/adb/adbhle.h b/src/devices/bus/adb/adbhle.h index 24dff3ad2fe..46146339f92 100644 --- a/src/devices/bus/adb/adbhle.h +++ b/src/devices/bus/adb/adbhle.h @@ -15,7 +15,7 @@ class adb_hle_device : public adb_device, public adb_slot_card_interface { public: - adb_hle_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + adb_hle_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: virtual void device_start() override; |