diff options
Diffstat (limited to 'src/devices/cpu/tlcs900/tmp96c141.h')
-rw-r--r-- | src/devices/cpu/tlcs900/tmp96c141.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tlcs900/tmp96c141.h b/src/devices/cpu/tlcs900/tmp96c141.h index 973693a201b..32b8f47f9b7 100644 --- a/src/devices/cpu/tlcs900/tmp96c141.h +++ b/src/devices/cpu/tlcs900/tmp96c141.h @@ -69,7 +69,7 @@ class tmp96c141_device : public tlcs900_device { public: // device type constructor - tmp96c141_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + tmp96c141_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // TODO: configuration helpers |