From 13677e83afcdfeea568981ef71adcb0f3beb5800 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 29 Oct 2022 08:45:43 -1000 Subject: [PATCH] README: Update with latest open_simh differences --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 335a8aa0..f183e28d 100644 --- a/README.md +++ b/README.md @@ -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. - 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. +- Fix occasional hang of IBM1130 simulator while building with Visual Studio. #### Changes to the PDP-11 and VAX simulators