diff options
Diffstat (limited to 'src/devices/bus/comx35/clm.h')
-rw-r--r-- | src/devices/bus/comx35/clm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/clm.h b/src/devices/bus/comx35/clm.h index de86ff28b7f..61052edf06e 100644 --- a/src/devices/bus/comx35/clm.h +++ b/src/devices/bus/comx35/clm.h @@ -29,7 +29,7 @@ class comx_clm_device : public device_t, { public: // construction/destruction - comx_clm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + comx_clm_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |