1
0
mirror of https://github.com/simh/simh.git synced 2026-04-30 05:25:05 +00:00

makefile: Add missing SDL support for VAXstation simulators.

- Minor naming corrections to VAX simulators
This commit is contained in:
Matt Burke
2019-04-23 18:21:16 -07:00
committed by Mark Pizzolato
parent 39ce971e2e
commit 7eee73770d
20 changed files with 63 additions and 63 deletions

View File

@@ -550,7 +550,7 @@ else if (MATCH_CMD(gbuf, "VAXSTATION") == 0) {
vc_dev.flags = vc_dev.flags & ~DEV_DIS; /* enable QVSS */
lk_dev.flags = lk_dev.flags & ~DEV_DIS; /* enable keyboard */
vs_dev.flags = vs_dev.flags & ~DEV_DIS; /* enable mouse */
strcpy (sim_name, "VAXStation I (KA610)");
strcpy (sim_name, "VAXstation I (KA610)");
reset_all (0); /* reset everything */
#else
return sim_messagef(SCPE_ARG, "Simulator built without Graphic Device Support\n");