1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 13:12:13 +00:00

Made the VAX model visible with a SHOW CPU MODEL command for all simulators and made the model persist across a SAVE/RESTORE for the VAX simulators with a settable model

This commit is contained in:
Mark Pizzolato
2013-01-14 06:53:48 -08:00
parent 5f44b2e7db
commit 8720c8c87b
16 changed files with 43 additions and 22 deletions

View File

@@ -57,6 +57,7 @@ extern int32 p1;
extern int32 trpirq, mem_err;
int32 conisp, conpc, conpsl; /* console reg */
int32 sys_model = 0;
char cpu_boot_cmd[CBUFSIZE] = { 0 }; /* boot command */
static struct boot_dev boot_tab[] = {