diff options
-rw-r--r-- | src/devices/machine/eeprom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/eeprom.cpp b/src/devices/machine/eeprom.cpp index 6ce6c7a6caa..2ed8e3fa65c 100644 --- a/src/devices/machine/eeprom.cpp +++ b/src/devices/machine/eeprom.cpp @@ -313,7 +313,7 @@ uint32_t eeprom_base_device::internal_read(offs_t address) // address //------------------------------------------------- -void eeprom_base_device::internal_write(offs_t address, uint32_t data)x +void eeprom_base_device::internal_write(offs_t address, uint32_t data) { if (m_data_bits == 16) { |