diff options
Diffstat (limited to 'src/devices/video/t6a04.h')
-rw-r--r-- | src/devices/video/t6a04.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/t6a04.h b/src/devices/video/t6a04.h index 72900b171bb..5d700b7be90 100644 --- a/src/devices/video/t6a04.h +++ b/src/devices/video/t6a04.h @@ -21,7 +21,7 @@ class t6a04_device : public device_t { public: // construction/destruction - t6a04_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + t6a04_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void set_size(int w, int h) { |