diff options
Diffstat (limited to 'src/devices/video/bt431.h')
-rw-r--r-- | src/devices/video/bt431.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/bt431.h b/src/devices/video/bt431.h index 1ea71b56794..782457c78e3 100644 --- a/src/devices/video/bt431.h +++ b/src/devices/video/bt431.h @@ -9,7 +9,7 @@ class bt431_device : public device_t { public: - bt431_device(machine_config const &mconfig, char const *tag, device_t *owner, u32 clock); + bt431_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock); enum register_number : unsigned { |