1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 15:27:14 +00:00

README: Update with latest open_simh differences

This commit is contained in:
Mark Pizzolato 2022-10-29 08:45:43 -10:00
parent 18d54161bd
commit 13677e83af

View File

@ -77,6 +77,7 @@ All Simulator updates on Open SIMH will be present in this repository, and any c
- SHOW VERSION show the host system type that build the runing simulator when it is not the same as the current host system. - SHOW VERSION show the host system type that build the runing simulator when it is not the same as the current host system.
- Support for building simulators without built-in boot or ROM code when building with DONT_USE_INTERNAL_ROM is defined, but to automatically and transparently fetch the needed ROM or other boot code when it is needed. This is possibly useful for systems which don't want to distribute simulators with build-in binary code which may have unknown copyright status. - Support for building simulators without built-in boot or ROM code when building with DONT_USE_INTERNAL_ROM is defined, but to automatically and transparently fetch the needed ROM or other boot code when it is needed. This is possibly useful for systems which don't want to distribute simulators with build-in binary code which may have unknown copyright status.
- Reasonable output produced for all simulators from HELP BOOT. - Reasonable output produced for all simulators from HELP BOOT.
- Fix occasional hang of IBM1130 simulator while building with Visual Studio.
#### Changes to the PDP-11 and VAX simulators #### Changes to the PDP-11 and VAX simulators