summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/x2201.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/x2201.h')
-rw-r--r--src/devices/machine/x2201.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/x2201.h b/src/devices/machine/x2201.h
index 1e23493fdb7..d8b755d0ea2 100644
--- a/src/devices/machine/x2201.h
+++ b/src/devices/machine/x2201.h
@@ -34,7 +34,7 @@ class x2201_device : public device_t, public device_nvram_interface
{
public:
// construction/destruction
- x2201_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0);
+ x2201_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
// read/write handlers
u8 read(offs_t offset);