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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user