diff options
Diffstat (limited to 'src/devices/video/huc6271.cpp')
-rw-r--r-- | src/devices/video/huc6271.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6271.cpp b/src/devices/video/huc6271.cpp index 9f90ba8c3b3..c3144eb8d11 100644 --- a/src/devices/video/huc6271.cpp +++ b/src/devices/video/huc6271.cpp @@ -33,7 +33,7 @@ void huc6271_device::data_map(address_map &map) map(0x000000, 0x0fffff).ram(); } -huc6271_device::huc6271_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +huc6271_device::huc6271_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, HUC6271, tag, owner, clock) , device_memory_interface(mconfig, *this) , m_data_space_config("data", ENDIANNESS_LITTLE, 32, 32, 0, address_map_constructor(FUNC(huc6271_device::data_map), this)) |