summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-12-31 09:52:58 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-12-31 09:52:58 -0500
commitfa6cf2e2ad82c306d168464a7de1b10086fd2a61 (patch)
tree8021661a4b8eee7efed7c2a59781b79661407758
parent4bc0c20ac1c5aa605a3adc6151f746217374ebf1 (diff)
att3b2.cpp: Another device to add later (nw)
-rw-r--r--src/mame/drivers/att3b2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/att3b2.cpp b/src/mame/drivers/att3b2.cpp
index 6abdbe6d7fa..845f33aeb40 100644
--- a/src/mame/drivers/att3b2.cpp
+++ b/src/mame/drivers/att3b2.cpp
@@ -73,6 +73,8 @@ void att3b2_state::att3b2(machine_config &config)
// TODO: hard disk controller (NEC D7261AD)
WD2797(config, "fdc", 1'000'000); // TMS2797NL
+
+ // TODO: RTC (MM58174AN)
}
void att3b2_state::att3b26(machine_config &config)