1
0
mirror of https://github.com/simh/simh.git synced 2026-04-30 21:38:32 +00:00

Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators

This commit is contained in:
Mark Pizzolato
2013-01-26 13:24:28 -08:00
parent c4251bd53b
commit 6dcf5ba7d9
11 changed files with 46 additions and 525 deletions

View File

@@ -29,7 +29,7 @@
#include "vax_defs.h"
char sim_name[] = "VAX610";
char sim_name[] = "MicroVAX I (KA610)";
extern DEVICE cpu_dev;
extern DEVICE mctl_dev;