summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-08-09 20:07:11 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-08-09 20:07:16 -0400
commit88e9c67917b0f6209a0a3041f6cb99fde3d11bb0 (patch)
tree2830cb3356a508034868354d03cbf32fe67f45cc
parent14726c751825fff02629382174c871ce354ecb7e (diff)
microdar: Informed speculation (nw)
-rw-r--r--src/mame/drivers/microdar.cpp2
1 files changed, 2 insertions, 0 deletions
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?
}