diff options
Diffstat (limited to 'src/mame/sony/news_hid.h')
-rw-r--r-- | src/mame/sony/news_hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sony/news_hid.h b/src/mame/sony/news_hid.h index f336a7f4f7d..b86b048817c 100644 --- a/src/mame/sony/news_hid.h +++ b/src/mame/sony/news_hid.h @@ -13,7 +13,7 @@ class news_hid_hle_device , public device_matrix_keyboard_interface<8U> { public: - news_hid_hle_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock = 0); + news_hid_hle_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock = XTAL()); enum news_hid_device : unsigned { |