summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/cart/mastersd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/cart/mastersd.h')
-rw-r--r--src/devices/bus/bbc/cart/mastersd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/cart/mastersd.h b/src/devices/bus/bbc/cart/mastersd.h
index cd6d399176d..b05a613576e 100644
--- a/src/devices/bus/bbc/cart/mastersd.h
+++ b/src/devices/bus/bbc/cart/mastersd.h
@@ -21,7 +21,7 @@ class bbc_mastersd_device : public device_t, public device_bbc_cart_interface
{
public:
// construction/destruction
- bbc_mastersd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ bbc_mastersd_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device-level overrides