summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8/ccatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sega8/ccatch.cpp')
-rw-r--r--src/devices/bus/sega8/ccatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sega8/ccatch.cpp b/src/devices/bus/sega8/ccatch.cpp
index baf7fc52151..2c52d99b108 100644
--- a/src/devices/bus/sega8/ccatch.cpp
+++ b/src/devices/bus/sega8/ccatch.cpp
@@ -23,7 +23,7 @@ DEFINE_DEVICE_TYPE(SEGA8_ROM_CARDCATCH, sega8_cardcatch_device, "sega8_ccatch",
-sega8_cardcatch_device::sega8_cardcatch_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+sega8_cardcatch_device::sega8_cardcatch_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: sega8_rom_device(mconfig, SEGA8_ROM_CARDCATCH, tag, owner, clock), m_card(*this, "cardslot")
{
}