diff options
Diffstat (limited to 'src/devices/video/am8052.cpp')
-rw-r--r-- | src/devices/video/am8052.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/am8052.cpp b/src/devices/video/am8052.cpp index e97e2488b9f..3bdd8adbee5 100644 --- a/src/devices/video/am8052.cpp +++ b/src/devices/video/am8052.cpp @@ -27,7 +27,7 @@ DEFINE_DEVICE_TYPE(AM8052, am8052_device, "am8052", "Am8052 CRTC") // am8052_device - constructor //------------------------------------------------- -am8052_device::am8052_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) +am8052_device::am8052_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, AM8052, tag, owner, clock) , m_pointer(0x1f) { |