summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/eeprompar.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-08-15 18:37:51 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-08-15 18:38:07 +0200
commit1db10c9857414d0d8528b86400de08ee67df21f8 (patch)
tree6b9351909184f454f841aad4e870836c799959c6 /src/devices/machine/eeprompar.h
parentd0d5aac29b938970a4e85640e2514af8b028e356 (diff)
-amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG removal, nw
Diffstat (limited to 'src/devices/machine/eeprompar.h')
-rw-r--r--src/devices/machine/eeprompar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/eeprompar.h b/src/devices/machine/eeprompar.h
index 12f42e55b87..75651850d22 100644
--- a/src/devices/machine/eeprompar.h
+++ b/src/devices/machine/eeprompar.h
@@ -108,7 +108,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); \
+ eeprom_parallel_##_lowercase##_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); \
}; \
DECLARE_DEVICE_TYPE(EEPROM_PARALLEL_##_uppercase, eeprom_parallel_##_lowercase##_device)