simh-testsetgenerator/Ibm1130
B. Scott Michel c37d26a370 IBM 1130: GUI resource file, RegSanityCheck fix
- Add the missing ibm1130.rc GUI resource file to the Windows build so
  that the GUI renders correctly.

- Set the add_simulator TEST_ARGS  to "-g" to fix an edge case Heisenbug
  encountered during Github CI/CD tests where ibm1130 appears to hang
  indefinitely on the Windows runners.

  The cause is the GUI's Pump() thread function being prematurely
  terminated before all GUI resources are acquired. The net result is an
  infinite loop in the MS C runtime trying to exit the process with
  unstable internal state. (Separate patch: synchronization across main
  and Pump() threads to ensure resource acquisition completes.)

  This issue never shows (cannot show) up on non-Windows platforms or
  the SIMH makefile.

- Ibm1130/ibm1130_cr.c

  - Fix printf() warnings (format should be long, not int)
  - Signed/unsigned mismatch, size_t for array indexing
  - Comment out the unused trim() function.

- Ibm1130/ibm1130_cpu.c, ibm1130_gui.c: Remove undefined static functions.
2024-06-08 13:51:23 -04:00
..
utils IBM1130: Pickup the latest utils from ibm1130software.zip from ibm1130.org 2017-05-08 09:28:50 -07:00
1130consoleblank.bmp IBM1130: Correct label in GUI Operation Tags->Operation Flags 2017-05-08 19:46:47 -07:00
1132empty.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1132full.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1442empty.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1442eof.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1442full.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1442middle.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
CMakeLists.txt CMake build infrastructure II (#53) 2023-05-17 20:18:42 -04:00
dmsr2v12phases.h Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
dmsr2v12slet.h Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
HAND.CUR Notes For V2.9-11 2011-04-15 08:33:43 -07:00
ibm1130.ico Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
ibm1130.rc Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
ibm1130_conin.h IBM1130: Convert Tabs to Spaces 2017-05-03 15:11:22 -07:00
ibm1130_conout.h IBM1130: Convert Tabs to Spaces 2017-05-03 15:11:22 -07:00
ibm1130_cpu.c IBM 1130: GUI resource file, RegSanityCheck fix 2024-06-08 13:51:23 -04:00
ibm1130_cr.c IBM 1130: GUI resource file, RegSanityCheck fix 2024-06-08 13:51:23 -04:00
ibm1130_defs.h IBM1130, PDP10, PDP11: Replaced assert() with ASSURE() for run time error checks 2018-08-11 14:44:15 -07:00
ibm1130_disk.c IBM1130: Add necessary parenthesis to conditional expression (Coverity) 2017-05-29 21:19:05 -07:00
ibm1130_fmt.c IBM1130: Compiler warning cleanup 2020-10-19 12:30:43 -07:00
ibm1130_fmt.h IBM1130: Convert Tabs to Spaces 2017-05-03 15:11:22 -07:00
ibm1130_gdu.c IBM1130: Convert Tabs to Spaces 2017-05-03 15:11:22 -07:00
ibm1130_gui.c IBM 1130: GUI resource file, RegSanityCheck fix 2024-06-08 13:51:23 -04:00
ibm1130_plot.c IBM1130: Set PLOT device disabled when plot support isn't available 2017-05-24 10:18:11 -07:00
ibm1130_prt.c IBM1130: Convert Tabs to Spaces 2017-05-03 15:11:22 -07:00
ibm1130_prtwheel.h IBM1130: Convert Tabs to Spaces 2017-05-03 15:11:22 -07:00
ibm1130_ptrp.c IBM1130: Fix Coverity identified PTR positioning bookkeeping 2017-09-11 15:44:23 -07:00
ibm1130_sca.c Fix UTF-8 encoding for five files 2023-03-30 09:31:06 -04:00
ibm1130_stddev.c IBM1130, PDP10, PDP11: Replaced assert() with ASSURE() for run time error checks 2018-08-11 14:44:15 -07:00
ibm1130_sys.c All: Declare sim_stop_messages as an array SCPE_BASE long 2020-09-02 15:56:07 -07:00
ibm1130_t2741.c I650, IBM1130, PDP11, PDP18b, VAX, Sigma: Fix set but unused variables. 2020-12-02 14:45:21 -08:00
ibm1130res.h Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
readme1130.txt Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
readme_update.txt Notes For V3.1-0 2011-04-15 08:34:20 -07:00