summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/thomson/cd90_640.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/thomson/cd90_640.h')
-rw-r--r--src/devices/bus/thomson/cd90_640.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/thomson/cd90_640.h b/src/devices/bus/thomson/cd90_640.h
index 5598a71546d..7bcd9f39238 100644
--- a/src/devices/bus/thomson/cd90_640.h
+++ b/src/devices/bus/thomson/cd90_640.h
@@ -15,7 +15,7 @@
class cd90_640_device : public device_t, public thomson_extension_interface
{
public:
- cd90_640_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ cd90_640_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
virtual ~cd90_640_device() = default;
virtual void rom_map(address_map &map) override;