mirror of
https://github.com/simh/simh.git
synced 2026-05-04 23:15:23 +00:00
VAX, VAX780, VAX8600, MicroVAX1, MicroVAX2: Stabilize SAVE/RESTORE capabilities to allow restore of older version VAX and VAX780 save images and to properly allow simulator restores of processor model variations as discussed in #197 points 1 & 2
This commit is contained in:
@@ -31,6 +31,13 @@
|
||||
|
||||
char sim_name[] = "VAX 11/780";
|
||||
|
||||
void vax_init(void)
|
||||
{
|
||||
sim_savename = "VAX780";
|
||||
}
|
||||
|
||||
void (*sim_vm_init) (void) = &vax_init;
|
||||
|
||||
extern DEVICE cpu_dev;
|
||||
extern DEVICE tlb_dev;
|
||||
extern DEVICE sbi_dev;
|
||||
|
||||
Reference in New Issue
Block a user