summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/cart/msc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/cart/msc.h')
-rw-r--r--src/devices/bus/bbc/cart/msc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/cart/msc.h b/src/devices/bus/bbc/cart/msc.h
index 4bde2113047..22affbb6d58 100644
--- a/src/devices/bus/bbc/cart/msc.h
+++ b/src/devices/bus/bbc/cart/msc.h
@@ -24,7 +24,7 @@ class bbc_msc_device : public device_t, public device_bbc_cart_interface
{
public:
// construction/destruction
- bbc_msc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ bbc_msc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
DECLARE_INPUT_CHANGED_MEMBER(activate);