diff options
Diffstat (limited to 'src/devices/machine/eeprompar.h')
-rw-r--r-- | src/devices/machine/eeprompar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/eeprompar.h b/src/devices/machine/eeprompar.h index 9399e32a349..ecce599a9dd 100644 --- a/src/devices/machine/eeprompar.h +++ b/src/devices/machine/eeprompar.h @@ -69,7 +69,7 @@ private: class eeprom_parallel_##_lowercase##_device : public eeprom_parallel_##_baseclass##_device \ { \ public: \ - eeprom_parallel_##_lowercase##_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); \ + eeprom_parallel_##_lowercase##_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); \ }; \ DECLARE_DEVICE_TYPE(EEPROM_##_uppercase, eeprom_parallel_##_lowercase##_device) |