summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gamate/slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/gamate/slot.cpp')
-rw-r--r--src/devices/bus/gamate/slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/gamate/slot.cpp b/src/devices/bus/gamate/slot.cpp
index d46ed1d0a65..e24a593db36 100644
--- a/src/devices/bus/gamate/slot.cpp
+++ b/src/devices/bus/gamate/slot.cpp
@@ -54,7 +54,7 @@ void device_gamate_cart_interface::rom_alloc(uint32_t size)
//-------------------------------------------------
// gamate_cart_slot_device - constructor
//-------------------------------------------------
-gamate_cart_slot_device::gamate_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+gamate_cart_slot_device::gamate_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, GAMATE_CART_SLOT, tag, owner, clock),
device_cartrom_image_interface(mconfig, *this),
device_single_card_slot_interface(mconfig, *this),