From c0abfb6ac31d7b40c770ca60996762da4c728268 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 14 Oct 2018 12:10:21 -0400 Subject: itt1700: Hardware note (nw) --- src/mame/drivers/itt1700.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/itt1700.cpp b/src/mame/drivers/itt1700.cpp index e9e7952822c..5a03ece431b 100644 --- a/src/mame/drivers/itt1700.cpp +++ b/src/mame/drivers/itt1700.cpp @@ -4,12 +4,20 @@ Skeleton driver for ITT Courier 1700 compact IBM 3278-compatible display terminal. +Next to the CPU is a 40-pin DIP marked: + + AMI 8421MAF + 2651-P2 + C02805 + PHILIPPINES + +This device may be related to the Intel 8251, but it is definitely not a SCN2651 equivalent. + ************************************************************************************************************************************/ #include "emu.h" #include "cpu/z80/z80.h" #include "cpu/mcs48/mcs48.h" -//#include "machine/mc2661.h" //#include "machine/nvram.h" #include "video/mc6845.h" #include "screen.h" -- cgit v1.2.3