summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-03-16 22:05:27 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-03-16 22:05:27 -0400
commitc22253d4f1bd52c5366c289abe0bb92e9f49d9c6 (patch)
tree86bf0c2d988ea53bb79a789d06490cdd43ff76fe
parent23ece1d07fd4e94ac75a2591a2d9d39bcb3de8eb (diff)
vt220: Update notes (nw)
-rw-r--r--src/mame/drivers/vt220.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/vt220.cpp b/src/mame/drivers/vt220.cpp
index 1e8475e69cf..ad747814797 100644
--- a/src/mame/drivers/vt220.cpp
+++ b/src/mame/drivers/vt220.cpp
@@ -25,14 +25,15 @@
and C only. Though it was later reprinted with an addendum for Models
D, E, and F, this has not been found. The available schematics are
inapplicable to later models, which have an altogether different memory
- map. It might even be possible that later models substitute some generic
- battery-backed CMOS SRAM for the X2212 and/or replace the CRT9007 with
- a custom video gate array.
+ map and, evidently, use some different IC types: an ER5911 rather than
+ X2212 as non-volatile memory and, in place of the CRT9007, some sort
+ of custom video gate array (which might even be clocked differently).
****************************************************************************/
#include "emu.h"
#include "cpu/mcs51/mcs51.h"
+//#include "machine/eepromser.h"
#include "machine/mc68681.h"
#include "machine/ram.h"
//#include "machine/x2212.h"