summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-01-09 09:04:23 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-01-09 09:04:27 -0500
commit6d6a0570afaf383168d6379d882aa3696de4a5a7 (patch)
tree396c69b44823d61e2eff7c288fd0903d8ad7d350
parent0d3d027e0b9da57932ba52a4a80dafa6a4ca97c0 (diff)
tv912.cpp: Add notes (nw)
-rw-r--r--src/mame/drivers/tv912.cpp12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/mame/drivers/tv912.cpp b/src/mame/drivers/tv912.cpp
index 0589881d081..ec53d76aab9 100644
--- a/src/mame/drivers/tv912.cpp
+++ b/src/mame/drivers/tv912.cpp
@@ -1,10 +1,16 @@
// license:BSD-3-Clause
// copyright-holders:
-/***********************************************************************************************************************************
+/*******************************************************************************
-Skeleton driver for TeleVideo TVI-912 and TVI-920 terminals.
+ TeleVideo TVI-912/TVI-920 terminals
-************************************************************************************************************************************/
+ This was the first series of terminals from TeleVideo. The models differed
+ from each other in the number and pattern of keys on the nondetachable
+ keyboard. Those with a B suffix had a TTY-style keyboard, while the C
+ suffix indicated a typewriter-style keyboard. The TVI-920 added a row of
+ function keys but was otherwise mostly identical to the TVI-912.
+
+*******************************************************************************/
#include "emu.h"
#include "cpu/mcs48/mcs48.h"