diff options
Diffstat (limited to 'src/devices/video/gf4500.h')
-rw-r--r-- | src/devices/video/gf4500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/gf4500.h b/src/devices/video/gf4500.h index a402881c49b..12e0a758948 100644 --- a/src/devices/video/gf4500.h +++ b/src/devices/video/gf4500.h @@ -17,7 +17,7 @@ class gf4500_device : public device_t { public: - gf4500_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + gf4500_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint32_t read(offs_t offset); |