From 88e9c67917b0f6209a0a3041f6cb99fde3d11bb0 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 9 Aug 2019 20:07:11 -0400 Subject: [PATCH] microdar: Informed speculation (nw) --- src/mame/drivers/microdar.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mame/drivers/microdar.cpp b/src/mame/drivers/microdar.cpp index a2e4367d7e3..cc5f9d8a4e9 100644 --- a/src/mame/drivers/microdar.cpp +++ b/src/mame/drivers/microdar.cpp @@ -53,6 +53,8 @@ void microdar_state::microdar(machine_config &config) NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0); // GM76C88ALK-15 + battery I2CMEM(config, m_eeprom).set_page_size(16).set_data_size(0x800); + + // IC7 might be some sort of I2C RTC? }