simh-testsetgenerator/I650
Mark Pizzolato f519513f50 SCP, HP2100, HP3000, I650: Move one time initialization activities to cpu_reset
The paradigm of using a "weak" linker reference to find what was
previously the vm_init_routine() doesn't work reliably on all compile
environments supported by the simulators.  This has been reported
in #794 and it came up again in #862.  This change assures that
it will not come up again AND it reliably solves the problem with
Visual Studio compilers (and linker) that randomly chooses whether
to have the desired effect or not.

Of the 82 simulators which are currently part of simh, only these
three used the sim_vm_init() interface, so removing it had relatively
minor impact.
2020-05-26 06:25:01 -07:00
..
sw I650: Update IBM 650 simulator to Release 4 2020-05-15 05:57:01 -07:00
tests I650: Update IBM 650 simulator to Release 4 2020-05-15 05:57:01 -07:00
650_demo_all.ini I650: Update IBM 650 simulator to Release 4 2020-05-15 05:57:01 -07:00
i650_cdp.c I650: Update IBM 650 simulator to Release 4 2020-05-15 05:57:01 -07:00
i650_cdr.c I650: Update IBM 650 simulator to Release 4 2020-05-15 05:57:01 -07:00
i650_cpu.c SCP, HP2100, HP3000, I650: Move one time initialization activities to cpu_reset 2020-05-26 06:25:01 -07:00
i650_defs.h SCP, HP2100, HP3000, I650: Move one time initialization activities to cpu_reset 2020-05-26 06:25:01 -07:00
i650_dsk.c I650: Update IBM 650 simulator to Release 4 2020-05-15 05:57:01 -07:00
i650_mt.c I650: Update IBM 650 simulator to Release 4 2020-05-15 05:57:01 -07:00
i650_sys.c SCP, HP2100, HP3000, I650: Move one time initialization activities to cpu_reset 2020-05-26 06:25:01 -07:00