summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/tim100.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/tim100.cpp b/src/mame/drivers/tim100.cpp
index da74ce6bfca..198a7085537 100644
--- a/src/mame/drivers/tim100.cpp
+++ b/src/mame/drivers/tim100.cpp
@@ -9,6 +9,7 @@ Mihajlo Pupin Institute
2016/07/14 Fixed display etc [Robbbert]
Notes:
+- CRTC is configured to display 17 rows of 40 characters, but code always blanks the last 3 rows.
- Serial keyboard appears to need 8 bits, 2 stop bits, odd parity
- Unable to type anything as it seems uarts want BRKDET activated all the time, which we cannot do.
- Unable to find any technical info at all, so it's all guesswork.