1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-02 23:01:52 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
James C. Bevier
2664dd9739 SEL32: Do general code cleanup to remove unused code.
SEL32: Update Ping and ICMP support code to use correct packet size.
SEL32: Update SetupNet script to support latest Fedora release.
SEL32: Improve disk write speed.
SEL32: Add .tap file reassignent support in sel32_mt.c.
2023-09-08 17:19:19 -07:00
James C. Bevier
8d49c43499 SEL32: Upate to latest released .ini files and README.md. 2022-03-07 14:18:38 -07:00
James C. Bevier
29617613c6 SEL32: Change .ini configuration files to have c/r-l/f end of line. 2022-03-01 09:48:50 -07:00
James C. Bevier
efec386179 SEL32: Remove taptools and util directories.
SEL32: Remove testcode files from tests directory.
SEL32: Update ICL file to Concept/32 format.
SEL32: Update README.md file.
SEL32: Add .gitignore in install directory for dsk/tapes files.
2022-02-28 15:39:34 -07:00
James C. Bevier
d70a2b2503 SEL32: Remove tests/tapes directories and iinstall command files from tests.
SEL32: Update README.md file and install/README.md files.
SEL32: Create installs directory with UTX/MPX install command files.
2022-02-27 12:45:12 -07:00
James C. Bevier
da6b230052 SEL32: Display CPU blocking state in instruction trace.
SEL32: Fix spelling errors in README.md.
SEL32: Correct interrupt processing sequence.
SEL32: Support multiple INCH status buffers for some devices.
SEL32: Adjust console timing during I/O.
SEL32: Fix simh crash if line printer defined, but not attached.
SEL32: Return no carrier status if ethernet not attached.
SEL32: Update diag.tap to revision 8.2 from 8.0.
SEL32: Continue code cleanup.
SEL32: Correct LPR status bit assignments.
2022-02-15 11:00:46 -07:00
James C. Bevier
bc3a49d18c SEL32: Correct TIO return CC's.
SEL32: Adjust UDP/DPII disk timing.
SEL32: Add missing seek to 0 in SCSI disk boot code.
SEL32: Add MPX/UTX self installing .ini and .tap files.
SEL32: Update README.md to reflect new test images.
2021-12-30 11:12:28 -07:00
James C. Bevier
6474f49268 SEL32: Update sel32_ec.c to correctly handle EC diag in modes 0-3.
SEL32: update to current simh version.
SEL32: do some code cleanup on various modules.
SEL32: update HIO processing in sel32_chan.c.
SEL32: speed up mt handling in sel32_mt.c.
SEL32: Update SetupNet for network setup.
2021-11-22 13:11:44 -07:00
James C. Bevier
fbf62937ef SEL32: Backup commits before new push to SEL32.
SEL32: Add initial MPX 3.5 and MPX 3.6 support in SEL32.
SEL32: Add larger disk support; 500, 600, 700, 1200 MB.
SEL32: Fix clock interrupt and console attention trap interaction error.
SEL32: Redo STPIO processing for MPX 3X changes.
SEL32: Add GRABIO processing for MPX 3X system debugger support.
SEL32: Correct disk mount error for MPX 3X.
SEL32: Allow taptools to be built on Windows.
2021-05-30 18:33:17 -07:00
James C. Bevier
13c60a6164 SEL32: Update sel32_disk to only do sector/track replacement for disk diags.
SEL32: Update sel32_chan.c to correct handling of IOCL queue prcessing.
SEL32: Add sel32_lpr description and help functions.
SEL32: Remove lpr output assignment in diags.ini.
SEL32: Terminate WAITQ entries when CPU goes to wait state.
2021-04-15 19:47:12 -07:00
AZBevier
005bd4178f SEL32: Update sel32_ec.c to run ecdiags for mode 0, 1, & 2.
SEL32: Add eomtap to taptools & change makefile & README.md.
SEL32: Code cleanup for sel32_chan.c.
SEL32: Leave auto-int active during processing.
SEL32: Expand ethernet to 16 channels.
2021-03-22 20:44:12 -07:00
AZBevier
598749c579 SEL32: Add track/sector label support for UDP/HSDP disks.
SEL32: Add Linux network setup utility Setup.Net.
SEL32: Update SEL32 documentation.
2020-12-22 19:22:12 -07:00
AZBevier
823fa5f85a SEL32: Add SCSI disk support for UTX.
SEL32: Do code cleanup for disk support code.
SEL32: Allow RTC to be disabled/enabled.
SEL32: Add "set RTC enable" to tests init files.
2020-08-15 11:38:28 -07:00
AZBevier
1f70fc9ba0 SEL32: Do general cleanup and removal of conditional debug code.
SEL32: Update and validate ADFW/SUFW, ADFD/SUFD, MPFD, & DVFD fp code.
SEL32: Update readme files.
SEL32:
2020-07-13 19:01:16 -07:00
Richard Cornwell
89550f9915 SEL32: Fixed error in test. 2020-05-06 21:55:13 -04:00
AZBevier
00d3dfefe7 SEL32: Modify MFC SCSI disk support for UTX.
SEL32: Add floating point normalize function.
SEL32: Provide MFC support for UTX and MPX3.X.
SEL32: Rewrite console support for type-ahead support.
SEL32: Revise SIO support to always queue I/O request.
SEL32: Allow IOP/MFP address reconfiguration.
SEL32: Add more device reconfigurations.
2020-05-04 19:18:47 -07:00
AZBevier
eb75e1ce54 SEL32: Add updates for MPX 3.X support.
SEL32: Add VOLMGR tape creator for MPX 3.X SDT and save tapes.
SEL32: Add MFP SCSI disk support.
SEL32: Change device status returns to 16 bits.
SEL32: Update README.md for current project status.
SEL32: Update .ini files for latest simulator configurations.
SEL32: Update taptools to correct odd record byte count error.
SEL32: Update interval timer code to pass SEL diagnostics.
SEL32: Correct single/double floating point arithmetic.
2020-04-21 16:10:34 -07:00
AZBevier
454bc6feb3 SEL32: Change DPII disk initialization for UTX umap data.
SEL32: Adjust console timing.
SEL32: Revise HIO support code.
2020-02-29 15:47:40 -07:00
Richard Cornwell
b159c1d487 SEL32: Fixed diagnostics test to exit properly when done. 2020-02-17 20:09:01 -05:00
AZBevier
18215f0e73 SEL32: Allow channel address reconfiguration.
SEL32: Add disk definitions for UTX and MPX.
SEL32: Add disk initialization for UTX and MPX HSDP & DISK controllers.
SEL32: Add read/write track/sector label simulation for UTX & MPX.
SEL32: Create revised initialization test files for SIMH.
2020-02-04 18:16:35 -07: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
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
AZBevier
987f9e3e1e SEL32: Correct Windows and coverity detected warnings. Add diagcopy.c. 2019-11-05 17:23:52 -07:00
AZBevier
8ff8b7a1b7 SEL32: Change diagnostic output to fixed fields.
SEL32: Add changes to instruction processing to pass more SEL32 diagnostics.
2019-10-04 18:54:48 -07:00
AZBevier
b6523197ef SEL32: Add CSW (console switches) and BOOTR (boot regs) variables.
SEL32: Fix sel32_clk.c coding error in interval timer code.
SEL32: Update to latest makecode.c utility and add makefile.
SEL32: Update diag.ini file to show how to set boot regs and CSW values.
2019-09-01 16:37:26 -07:00
Richard Cornwell
57df5a0ecc SEL32: Added auto diagnostics run to build. 2019-08-04 15:23:58 -04:00
AZBevier
a3359d9a23 SEL32: Update diag initialization file for testing. 2019-07-19 12:31:48 -07:00
Richard Cornwell
8813d7da0c SEL32: Adding in diagnostic tape image. 2019-07-17 21:39:18 -04:00
Richard Cornwell
c27809c194 SEL32: Added test cases, more devices. 2019-07-17 21:39:18 -04:00