1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-03-02 17:54:59 +00:00
Commit Graph

678 Commits

Author SHA1 Message Date
Richard Cornwell
e445f8a933 IBM360: Added 3350 drives, fixed bug with overflow records. 2020-05-09 20:19:43 -04:00
Richard Cornwell
e44197a69c IBM360: Fixes to allow TSS/360 to start to boot. 2020-05-08 22:15:57 -04:00
Richard Cornwell
c1078d5d0c IBM360: Added support for overflow records. 2020-05-08 22:15:29 -04:00
Richard Cornwell
396215ac9f IBM360: Updated channel to allow 2741 to login. 2020-05-06 23:57:24 -04:00
Richard Cornwell
22f107d51d IBM360: Initial version of users manual. 2020-05-03 12:02:02 -04:00
Richard Cornwell
fba531ac58 IBM360: Cleanup channels support for protection. 2020-05-03 12:01:30 -04:00
Richard Cornwell
66d952b429 IBM360: Fixed storage access tracking so VM/370 assembles DMKRIO. 2020-04-30 00:45:17 -04:00
Richard Cornwell
90a0cd8507 IBM360: Clean up 370 indirect ccw function. 2020-04-28 22:03:58 -04:00
Richard Cornwell
2d82110f76 IBM360: Fixed 370 RRB instruction, debugging for IDAW. 2020-04-27 22:51:15 -04:00
Richard Cornwell
61d4009308 IBM360: Fixed to make IBM370 work better. 2020-04-26 23:38:24 -04:00
Richard Cornwell
0a21e3c9ff IBM360: More paging changes for IBM370. 2020-04-18 21:05:45 -04:00
Richard Cornwell
ab1032347c IBM360: Updated DASD type determination logic. 2020-03-27 18:15:52 -04:00
Richard Cornwell
abe30d34a1 IBM360: Improved IRQ and Page fault handling for IBM370. 2020-03-25 22:08:42 -04:00
Richard Cornwell
0fd6f8dc45 IBM360: Fixed minor bugs in 370 support. 2020-03-21 14:52:58 -04:00
Richard Cornwell
8ec77af839 SCP: Update SCP to current. 2020-03-21 14:52:40 -04:00
Richard Cornwell
49c5feeb43 IBM360: General cleanup of storage protection. 2020-03-09 00:00:45 -04:00
Richard Cornwell
179f859c4d IBM360: Added TOD support, Channel status managment. 2020-02-03 22:21:10 -05:00
Richard Cornwell
7fac3ee2ba IBM360: Patches to make VM/370 start to boot. 2020-02-02 22:18:54 -05:00
Richard Cornwell
38211f6315 IBM360: Initial commit of IBM370 support. 2020-01-30 23:52:14 -05:00
Mark Pizzolato
6e654bde53 B5500: Avoid potential truncataion warning with type consistency 2020-01-30 21:33:18 -05:00
Richard Cornwell
245ca91c19 SCP: Updated to current. 2020-01-30 21:30:42 -05:00
Richard Cornwell
a3282f68c1 SCP: Updated to current. 2020-01-29 22:32:57 -05:00
Richard Cornwell
ff614048de I7000: Removed sim_vm_init() function. 2020-01-29 22:32:29 -05:00
Richard Cornwell
1b91036179 SCP: Updated to current. 2020-01-29 22:10:36 -05:00
Richard Cornwell
c15b9ffa88 IBM360: Minor changes to help OS/360 work better. 2020-01-29 21:36:25 -05:00
Richard Cornwell
31f0199197 SEL32: Fixed compile warning for Windows. 2020-01-23 11:11:28 -05:00
AZBevier
7173553ba0 SEL32: Added documentation. 2020-01-20 15:17:17 -05:00
Richard Cornwell
2e7e93c4ad B5500: Fixed translation issue with punching binary decks. 2020-01-20 14:10:25 -05:00
Richard Cornwell
4d98338863 SCP: Updated to current. 2020-01-20 14:09:30 -05:00
AZBevier
f7060f7dfb SEL32: Correct HIO instruction for UTX console. Add correct trapstatus bits. 2020-01-20 13:49:54 -05:00
AZBevier
1a2eefec9d SEL32: Add more UTX support for V6 & V9 processors.
SEL32: Fix ADFD, SUFD, MPFD, DVFD instructions display.
SEL32: Change console output to handle 8 bit parity for UTX.
SEL32: Correct RPSWT instruction for V9 processor.
SEL32: Reverse scan order of channel complete and interrupts.
SEL32: Move memory and map register r/w macros to sel32_defs.h.
2020-01-11 13:55:02 -07:00
Richard Cornwell
eed748292a SCP: Updated makefile with latest changes. 2020-01-03 17:32:52 -05:00
Richard Cornwell
81cf803a85 SCP: Updated to current. 2020-01-03 17:06:53 -05:00
AZBevier
6ed7b3add1 SEL32: Continue adding changes to support SEL diagnostics.
SEL32: Change code to correctly detect interrupt level for RT clock.
SEL32: Add debug support for interval timer and RT clock.
SEL32: Change auto diag command file to not run unsupport device diags.
2019-12-31 14:17:51 -07:00
Richard Cornwell
110f3cfdcb B5500: Fixed DTC for SCP change. 2019-12-28 00:35:43 -05:00
Richard Cornwell
4d530f5bf3 B5500: Fixed DTC to fix error caused by SCP changes. 2019-12-27 15:14:12 -05:00
Richard Cornwell
e5a2c3dd2d SCP: Update to current. 2019-12-18 23:31:27 -05:00
AZBevier
4c012098ef SEL32: Rewrite mapping and address translation software. 2019-12-18 20:56:01 -07:00
Richard Cornwell
f660e8eb70 I7000: Fixed type inconsistencies. 2019-12-08 15:23:26 -05:00
Richard Cornwell
6df72b87c0 SCP: Updated to current. 2019-12-07 23:51:06 -05:00
Richard Cornwell
bcccbbf38a SEL32: Fixed compile error. 2019-12-07 23:47:02 -05:00
AZBevier
f4dc60bd69 SEL32: Updates for SEL Diags and UTX support. 2019-12-07 20:59:51 -07:00
Richard Cornwell
506e103afd I7000: Updated test to run on git pull. 2019-11-24 14:39:51 -05:00
Richard Cornwell
057fb94733 SCP: Updated to current. 2019-11-24 14:02:23 -05:00
Richard Cornwell
7b86d8c340 SCP: Updated to current. 2019-11-17 12:44:32 -05:00
AZBevier
987f9e3e1e SEL32: Correct Windows and coverity detected warnings. Add diagcopy.c. 2019-11-05 17:23:52 -07:00
Richard Cornwell
4d858646b1 KA10: Fixed windows Release build errors. 2019-11-03 22:08:57 -05:00
Richard Cornwell
41a629ec3f CARD: Cleanup coverity data tainting errors. 2019-11-03 15:10:50 -05:00
Richard Cornwell
83156bf650 SCP: Updated to current. 2019-11-03 13:42:56 -05:00
Richard Cornwell
9de7b2547e SEL32: Updated makefile and Visual Studio project. 2019-11-03 13:34:08 -05:00