summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tim100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tim100.cpp')
-rw-r--r--src/mame/drivers/tim100.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/tim100.cpp b/src/mame/drivers/tim100.cpp
index e42f4cdb297..49449025898 100644
--- a/src/mame/drivers/tim100.cpp
+++ b/src/mame/drivers/tim100.cpp
@@ -10,7 +10,6 @@ Mihajlo Pupin Institute
Notes:
- Serial terminals appear to need 8 bits, 2 stop bits, odd parity @ 9600
-- Unable to set these settings as default, because std::bad_cast fatal error occurs at start
- 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.