summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-01-20 17:23:38 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-01-20 17:23:38 -0500
commit8d540d5f9c186f2dd58422b53d760cee50ff718b (patch)
tree7f7f035ee402df85d2971f3a62bf5dfd50f275da
parentba8b3ef7720649fd40b24862e70cbd111c391090 (diff)
tv912.cpp: Small update (nw)
-rw-r--r--src/mame/drivers/tv912.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/tv912.cpp b/src/mame/drivers/tv912.cpp
index d8adb2b2fc8..b1e36d111c3 100644
--- a/src/mame/drivers/tv912.cpp
+++ b/src/mame/drivers/tv912.cpp
@@ -19,6 +19,8 @@
framing of data bits. Position 8 (NB2) is deliberately disconnected on
later revisions to restrict communications to 7 or 8 data bits, likely
because of known incompatibilities between UART models in 5-bit data mode.
+ (For reasons that are less clear, the 19,200 baud option is also commonly
+ omitted from documentation.)
The baud rate switches (S1/S3) are mounted vertically at the rear of the
unit. As these are connected directly to the frequency outputs of the baud
@@ -362,7 +364,7 @@ static INPUT_PORTS_START( switches )
PORT_BIT(0x23, IP_ACTIVE_LOW, IPT_UNUSED)
PORT_START("HALFDUP")
- PORT_DIPNAME(0x01, 0x01, "Communication Mode") PORT_DIPLOCATION("S2:3")
+ PORT_DIPNAME(0x01, 0x01, "Conversation Mode") PORT_DIPLOCATION("S2:3")
PORT_DIPSETTING(0x00, "Half Duplex")
PORT_DIPSETTING(0x01, "Full Duplex")