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