diff options
Diffstat (limited to 'src/devices/cpu/nuon/nuon.h')
-rw-r--r-- | src/devices/cpu/nuon/nuon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/nuon/nuon.h b/src/devices/cpu/nuon/nuon.h index f3a7311e985..ecdb5cc6d76 100644 --- a/src/devices/cpu/nuon/nuon.h +++ b/src/devices/cpu/nuon/nuon.h @@ -20,7 +20,7 @@ class nuon_device : public cpu_device { public: - nuon_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + nuon_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |