mirror of
https://github.com/simh/simh.git
synced 2026-04-26 03:57:11 +00:00
VAX410, VAX420, VAX43: Further naming corrections to simulators
This commit is contained in:
@@ -955,7 +955,7 @@ else if (MATCH_CMD(gbuf, "VAXSTATIONGPX") == 0) {
|
||||
va_dev.flags = va_dev.flags & ~DEV_DIS; /* enable GPX */
|
||||
lk_dev.flags = lk_dev.flags & ~DEV_DIS; /* enable keyboard */
|
||||
vs_dev.flags = vs_dev.flags & ~DEV_DIS; /* enable mouse */
|
||||
strcpy (sim_name, "VAXstation 2000 GPX (KA410)");
|
||||
strcpy (sim_name, "VAXstation 2000/GPX (KA410)");
|
||||
reset_all (0); /* reset everything */
|
||||
#else
|
||||
return sim_messagef (SCPE_ARG, "Simulator built without Graphic Device Support\n");
|
||||
|
||||
Reference in New Issue
Block a user