diff options
Diffstat (limited to 'src/devices/video/msm6255.h')
-rw-r--r-- | src/devices/video/msm6255.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/msm6255.h b/src/devices/video/msm6255.h index 8e821c7668e..85344705cb1 100644 --- a/src/devices/video/msm6255.h +++ b/src/devices/video/msm6255.h @@ -25,7 +25,7 @@ class msm6255_device : public device_t, { public: // construction/destruction - msm6255_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + msm6255_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); virtual void map(address_map &map); |