1
0
mirror of https://github.com/simh/simh.git synced 2026-05-03 14:38:45 +00:00

VAX420, VAX43: Corrections to configuration & test register

Video devices now working on VAXstation 3100 M76
This commit is contained in:
Matt Burke
2019-05-07 23:22:13 +01:00
parent b16841218c
commit 0dff31427f
3 changed files with 20 additions and 30 deletions

View File

@@ -66,7 +66,7 @@ CTAB vax410_cmd[] = {
#define MSER_MCD0 0x00000100 /* Mem Code 0 */
#define MSER_MBZ 0xFFFFFEBC
#define MSER_RD (MSER_PE | MSER_WWP | MSER_PER | \
MSER_PER | MSER_MCD0)
MSER_MCD0)
#define MSER_WR (MSER_PE | MSER_WWP)
#define MSER_RS (MSER_PER)