simh-testsetgenerator/Ibm1130
Mark Pizzolato a6964f849d Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms
Very minor in all cases, but the strange case of swtp_cpu.c
This module used expressions of the form:
   PC = ++PC & ADDRMASK;
Officially, the C language says that expressions which modify the same variable in more than one place have undefined behavior.
These were changed to the legal form which performs the desired action:
   PC = (PC + 1) & ADDRMASK;
2011-04-15 09:04:39 -07:00
..
utils Notes For V3.3 2011-04-15 08:34:40 -07:00
1130consoleblank.bmp Notes For V3.1-0 2011-04-15 08:34:20 -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
dmsr2v12phases.h Notes For V2.10-0 2011-04-15 08:33:49 -07:00
dmsr2v12slet.h Notes For V3.7-0 2011-04-15 08:35:25 -07:00
HAND.CUR Notes For V2.9-11 2011-04-15 08:33:43 -07:00
ibm1130.mak Notes For V3.3 2011-04-15 08:34:40 -07:00
ibm1130.rc Notes For V3.2-1 2011-04-15 08:34:30 -07:00
ibm1130_conin.h Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130_conout.h Notes For V3.0-1 2011-04-15 08:34:12 -07:00
ibm1130_cpu.c Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
ibm1130_cr.c Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
ibm1130_defs.h Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
ibm1130_disk.c Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
ibm1130_fmt.c Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130_fmt.h Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130_gdu.c Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130_gui.c Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130_plot.c Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130_prt.c Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
ibm1130_prtwheel.h Notes For V2.10-0 2011-04-15 08:33:49 -07:00
ibm1130_ptrp.c Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
ibm1130_sca.c Notes For V3.8 2011-04-15 08:36:05 -07:00
ibm1130_stddev.c Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130_sys.c Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130_t2741.c Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130res.h Notes For V3.2-1 2011-04-15 08:34:30 -07:00
makefile Notes For V3.3 2011-04-15 08:34:40 -07:00
readme1130.txt Notes For V3.5-0 2011-04-15 08:34:58 -07:00
readme_update.txt Notes For V3.1-0 2011-04-15 08:34:20 -07:00