diff options
Diffstat (limited to 'src/devices/bus/tanbus/ra32k.cpp')
-rw-r--r-- | src/devices/bus/tanbus/ra32k.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tanbus/ra32k.cpp b/src/devices/bus/tanbus/ra32k.cpp index 9b83afc96f0..1d3aee47fe7 100644 --- a/src/devices/bus/tanbus/ra32k.cpp +++ b/src/devices/bus/tanbus/ra32k.cpp @@ -138,7 +138,7 @@ const tiny_rom_entry *tanbus_ra32k_device::device_rom_region() const // tanbus_ra32k_device - constructor //------------------------------------------------- -tanbus_ra32k_device::tanbus_ra32k_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +tanbus_ra32k_device::tanbus_ra32k_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, TANBUS_RA32K, tag, owner, clock) , device_tanbus_interface(mconfig, *this) , m_rom(*this, "rom") |