mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
itt1700: Hardware note (nw)
This commit is contained in:
parent
ea48c0aee9
commit
c0abfb6ac3
@ -4,12 +4,20 @@
|
|||||||
|
|
||||||
Skeleton driver for ITT Courier 1700 compact IBM 3278-compatible display terminal.
|
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 "emu.h"
|
||||||
#include "cpu/z80/z80.h"
|
#include "cpu/z80/z80.h"
|
||||||
#include "cpu/mcs48/mcs48.h"
|
#include "cpu/mcs48/mcs48.h"
|
||||||
//#include "machine/mc2661.h"
|
|
||||||
//#include "machine/nvram.h"
|
//#include "machine/nvram.h"
|
||||||
#include "video/mc6845.h"
|
#include "video/mc6845.h"
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user