From 6d6a0570afaf383168d6379d882aa3696de4a5a7 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 9 Jan 2018 09:04:23 -0500 Subject: tv912.cpp: Add notes (nw) --- src/mame/drivers/tv912.cpp | 12 +++++++++--- 1 file 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" -- cgit v1.2.3