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