1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 15:27:04 +00:00

139 Commits

Author SHA1 Message Date
James C. Bevier
e1b5bc9cf6 SEL32: Correct Coverity detected warning errors.
SEL32: Update README.md to remove taptools reference.
2022-03-10 11:04:31 -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
3a214d3684 SEL32: Remove usage of SEL_DISK & DEV_DISK flags for all devices. 2022-02-17 19:02:14 -07:00
James C. Bevier
b25226009c SEL32: Remove use of DEV_DISK in unit flags instead.
SEL32: Correct spelling error in README.md file.
SEL32: Fix Coverity warning error.
SEL32: Update to latest simh release.
2022-02-16 14:07:01 -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
19e8d17334 SEL32: Adjust polling rate for ethernet and com devices.
SEL32: Update doc with latest disk drive specifications.
SEL32: continue code cleanup.
2021-12-02 14:41:15 -07:00
James C. Bevier
e300fe81bf SEL32: Update SIO, HIO, STPIO, TOI error processing and CC's returned
SEL32: Continue code cleanup.
2021-11-30 09:37:04 -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
c571cb938d SEL32: Fix UTX boot from tape issue.
SEL32: remove debug code from taptools/mkvmtape.c
SEL32: Update README.md to point to test files in the
SEL32: http://github/AZBevier/sims archive for testing.
2021-08-25 16:19:46 -07:00
James C. Bevier
0ed44354b5 SEL32: Fix SPAD address validation code for MPX3X.
SEL32: Add debug dump memory functions.
SEL32: Correct line count in sel32_lpr.c.
SEL32: Correct BSR/BSF code in sel32_mt.c for MPX3X SDT handling.
SEL32: General cleanup/speedup of sel32_mt.c code.
SEL32: Add master SDT tape creation in taptools/mkvmtape.c.
SEL32: Fix EOF detection code in taptools/tapdump.c.
2021-06-21 14:57:55 -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
James C. Bevier
d9bb3abc46 SEL32: Correct SCSI disk initialization code
SEL32: Update sel32_com.c for MPX1X
SEL32: Do more general code cleanup
2021-04-11 19:20:52 -07:00
AZBevier
0a877022ed SEL32: Update sel32_com.c for MPX 1.X telnet support. 2021-04-05 20:34:00 -07:00
AZBevier
bbaabbd168 SEL32: Update sel32_com.c for telnet support in UTX and MPX.
SEL32: Correct DIB functions to return t_stat instead if UINT16.
SEL32: DO more code cleanup.
2021-04-01 20:40:55 -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
Richard Cornwell
eccf620588 SEL32: Get EC controller to pass first part of diags. 2021-03-18 20:44:18 -04:00
Richard Cornwell
b9663f5b87 SEL32: Increased number of buffers to 32, increased timing. 2021-03-16 22:59:21 -04:00
AZBevier
db0d1b7036 SEL32: Fixed typo. 2021-03-16 21:30:41 -04:00
AZBevier
fdf8fffb4c SEL32: Redo SIO, TIO, HIO support code.
SEL32: Change Ethernet simh timing.
SEL32: Do more code cleanup.
SEL32: Add preio entries for IOP & MFP devices.
2021-03-14 20:27:17 -07:00
AZBevier
0babe9da3f SEL32: Fix 'mt offline' crash in UTX.
SEL32: Fix device address assignment for ethernet controller.
SEL32: Allow mag tape to be enabled/attached after system boot.
SEL32: Change delay after SIO to be applied for each unit.
SEL32: Create 1 tape backup of /usr for UTX.
SEL32: Fix test for device on system to use disabled flag.
SEL32: Correct wakeup status for 8-line support.
SEL32: Support -i -n flags options to attach command.
SEL32: Only support disk track replacement logic for diag tracks.
SEL32: Fix two Coverity warning errors from last update.
SEL32: Correct status flage setting for mag tape.
SEL32: Update SEL32 Documentation.
SEL32: Correct mkvmtape in taptools to 8 chars for owner and group names.
2021-03-08 19:11:39 -07:00
AZBevier
3ddc772ce2 SEL32: Continue Code cleanup and formatting.
SEL32: Finish adding preio entry to rest of devices.
SEL32: Remove attached test from SIO processing code.
SEL32: Add attached test to each device processing code.
SEL32: Correct renum.c tap tool tp handle large files.
SEL32: Fix device address assignment for sel32_com.c device.
SEL32: Fix deblk to handle more file formatting errors.
2021-03-04 08:24:01 -07:00
AZBevier
5e2d18cfdd SEL32: Correct map loading for MPX run requested tasks.
SEL32: Correct unused SPAD location test for interrupt control instructions.
SEL32: Correct HSDP test for formatted disk.
SEL32: Add reset channel command processing for each defined device.
SEL32: Add disk2tap utility to taptools.
SEL32: Test for UTX ZMAP in last sector of SCSI disk when formatting.
SEL32: General code cleanup in multiple modules.
2021-02-13 15:58:09 -07:00
AZBevier
546cad2532 SEL32: Correct interrupt processing for non-configured interrupts
SEL32: Update UDP/DPII processing for older images
2021-01-28 18:59:54 -07:00
AZBevier
51d47a7346 SEL32: Correct right halfword nop processing.
SEL32: Add track/sector replacement support for HSDP.
SEL32: DO some general code cleanup.
2021-01-23 15:42:16 -07:00
Richard Cornwell
fdf17b80a1 SEL32: EC controller now passes more diagnostics. 2021-01-03 21:28:29 -05:00
AZBevier
bf8719647c SEL32: Fixed to allow EC diags and UTX2.1A to work. 2021-01-03 21:28:00 -05:00
AZBevier
7be50aae66 SEL32: Add track/sector label support for UDP/HSDP disks.
SEL32: Add Linux network setup utility Setup.Net.
SEL32: Update disk image sim32disk to have track/sector labels.
SEL32: Update SEL32 documentation.
2020-12-22 21:26:10 -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
e3e3133760 SEL32: Add iocl processing support per device.
SEL32: Correct booting from devices other than 800 & 1000.
SEL32: Add label support to HSDP & UDP disk controllers.
SEL32: Add ECC support to HSDP & UDP disks for diagnostics.
2020-12-03 20:25:20 -07:00
AZBevier
dea1e9f21e SEL32: Add disk diag support code for disk and hsdp routines.
SEL32: Correct console echo command.
SEL32: Correct skipinstr useage.
2020-09-22 18:15:51 -07:00
Richard Cornwell
9a8de05f2c SEL32: Declare sim_stop_messages as an array SCPE_BASE long 2020-09-13 12:13:37 -04:00
AZBevier
fb4ba5f856 SEL32: Add support for ethernet and disk processor diagnostics.
SEL32: Update error status information for ethernet and disks.
SEL32: Update channel program processing.
SEL32: Some minor code cleanup.
2020-09-10 17:05:35 -07:00
AZBevier
84c38215da SEL32: Add workaround delay in channel processing for UTX logic errors.
SEL32: Create mkdiagtape utility to generate SEL diagnostic tapes.
SEL32: Update DP disk and Ethernet software for diag detected errors.
SEL32: Update mkvmtape utility to correctly build MPX3X save tapes.
SEL32: Modify taptools makefile for new mkdiagtape utility.
SEL32: Update README.md file for taptools.
2020-08-27 15:34:10 -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
Richard Cornwell
5e579aa55d SEL32: Added Ethernet controller. 2020-08-09 10:20:04 -04:00
AZBevier
9cb28572df SEL32: Correct status after mt advance record command.
SEL32: Do not clear inch address on controller reset instruction.
SEL32: Update mkvmtape processing for MPX3.X SDT tapes.
SEL32: Do not reset base mode bit on LPSD(CM) instructions.
SEL32: Test for wait mode to inhibit history filling with wait instructions.
2020-08-02 18:38:30 -07:00
AZBevier
d1479370af SEL32: Update floating point FLTW & FLTD instructions to pass SEL diags.
SEL32: Revise console output wait times.
SEL32: Change cpu and channel processing of interrupts.
SEL32: Correct read/write byte macro.
SEL32: General code cleanup and debug code removal.
2020-07-21 14:32:34 -07:00
AZBevier
cfd99d5a12 SEL32: Correct compiler warning error ands coverity warning errors.
SEL32: Replace single precision floating point multiple function.
2020-07-15 14:30:15 -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
AZBevier
9b40636adf SEL32: Revise channel program processing.
SEL32: Add MFP device support.
SEL32: Inhibit clock interrupt during console output.
SEL32: Update floating point support.
SEL32: Change console input/output processing.
2020-05-21 19:44:37 -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
Richard Cornwell
77f1512f7c SEL32: Clean up compile errors. 2020-04-21 22:50:10 -04: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
e098e685ad SEL32: Revise channel programming support.
SEL32: Roll back sim_activate call times to March 7 values.
SEL32: Correct interrupt auto-reset logic.
SEL32: Add initial support for MFP.
SEL32: Correct Coverity detected errors.
2020-04-03 15:28:51 -07:00