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