diff options
author | 2017-10-27 20:11:14 +0200 | |
---|---|---|
committer | 2017-10-27 20:11:14 +0200 | |
commit | db96395e5d9d2865cb8d98e8e16e876a72885fcb (patch) | |
tree | ca14da35455af723967a145b3a28cf0971a3ffaf | |
parent | fd87961fdc6bc5c88d5de8a6e41a5364ea02d86e (diff) |
manboob must have touched the x key by accident (nw)
-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) { |