summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/locomo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/locomo.h')
-rw-r--r--src/devices/machine/locomo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/locomo.h b/src/devices/machine/locomo.h
index ac240959d9f..d143a2e06ea 100644
--- a/src/devices/machine/locomo.h
+++ b/src/devices/machine/locomo.h
@@ -14,7 +14,7 @@
class locomo_device : public device_t
{
public:
- locomo_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ locomo_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
uint32_t read(offs_t offset, uint32_t mem_mask = ~0U);
void write(offs_t offset, uint32_t data, uint32_t mem_mask = ~0U);