From db96395e5d9d2865cb8d98e8e16e876a72885fcb Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 27 Oct 2017 20:11:14 +0200 Subject: [PATCH] manboob must have touched the x key by accident (nw) --- src/devices/machine/eeprom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {