summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2019-12-27 19:42:56 +0100
committer GitHub <noreply@github.com>2019-12-27 19:42:56 +0100
commita0fc7a8ca0a13ab01d48a01b46f8ee42b81b14b5 (patch)
treeff4c4df2cf711d50c565fb7ff0b5d2d32d798d64
parente9c63ab61cb244e98e23c7c17e3e0f45f087bedb (diff)
clickstart.cpp: Update note about SEEPROM (nw)
-rw-r--r--src/mame/drivers/clickstart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/clickstart.cpp b/src/mame/drivers/clickstart.cpp
index 845ee87a311..67eef36810c 100644
--- a/src/mame/drivers/clickstart.cpp
+++ b/src/mame/drivers/clickstart.cpp
@@ -411,7 +411,7 @@ static INPUT_PORTS_START( clickstart )
PORT_BIT(0xff00, IP_ACTIVE_HIGH, IPT_UNUSED)
INPUT_PORTS_END
-// There is a SEEPROM on the motherboard (type?)
+// There is a 24C08AN SEEPROM on the motherboard
void clickstart_state::clickstart(machine_config &config)
{