diff options
Diffstat (limited to 'src/devices/video/am8052.h')
-rw-r--r-- | src/devices/video/am8052.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/am8052.h b/src/devices/video/am8052.h index 74fee1ea69f..3ec372a2cf0 100644 --- a/src/devices/video/am8052.h +++ b/src/devices/video/am8052.h @@ -21,7 +21,7 @@ class am8052_device : public device_t { public: // device constructor - am8052_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + am8052_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // read/write handlers void pointer_w(u16 data); |