diff options
Diffstat (limited to 'src/devices/cpu/i386/athlon.h')
-rw-r--r-- | src/devices/cpu/i386/athlon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i386/athlon.h b/src/devices/cpu/i386/athlon.h index 69cc6d84794..9c41b90cd2a 100644 --- a/src/devices/cpu/i386/athlon.h +++ b/src/devices/cpu/i386/athlon.h @@ -13,7 +13,7 @@ class athlonxp_device : public pentium_device { public: // construction/destruction - athlonxp_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + athlonxp_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: virtual void opcode_cpuid() override; |