diff options
Diffstat (limited to 'src/devices/video/k051316.h')
-rw-r--r-- | src/devices/video/k051316.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/k051316.h b/src/devices/video/k051316.h index 7f8b4b9e068..dc8eb36de6f 100644 --- a/src/devices/video/k051316.h +++ b/src/devices/video/k051316.h @@ -16,7 +16,7 @@ class k051316_device : public device_t, public device_gfx_interface public: using zoom_delegate = device_delegate<void (int *code, int *color)>; - k051316_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + k051316_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); static const gfx_layout charlayout4; static const gfx_layout charlayout7; |