mirror of
https://github.com/simh/simh.git
synced 2026-05-02 06:15:23 +00:00
Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
#include "vax_defs.h"
|
||||
|
||||
#if defined(VAX_620)
|
||||
char sim_name[] = "VAX620";
|
||||
char sim_name[] = "rtVAX1000 (KA620)";
|
||||
#else
|
||||
char sim_name[] = "VAX630";
|
||||
char sim_name[] = "MicroVAX II (KA630)";
|
||||
#endif
|
||||
|
||||
extern DEVICE cpu_dev;
|
||||
|
||||
Reference in New Issue
Block a user