summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/acorn_lc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/acorn_lc.h')
-rw-r--r--src/devices/machine/acorn_lc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/acorn_lc.h b/src/devices/machine/acorn_lc.h
index 8367c90fdf1..5b438a959af 100644
--- a/src/devices/machine/acorn_lc.h
+++ b/src/devices/machine/acorn_lc.h
@@ -24,7 +24,7 @@ class acorn_lc_device : public device_t
//public device_video_interface
{
public:
- acorn_lc_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ acorn_lc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
u8 read(offs_t offset);
void write(offs_t offset, u8 data);