1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 12:32:24 +00:00

sigma: Update latest from Bob Supnik's v3.12-5

- Add new CP and CR devices
- COC: Zero delay from SIO to INIT state Detect and UEN on 0xFF order
- COC: Moved SIO int pending test to devices
- DK: Zero delay from SIO to INIT state
- DP: Added case points for RDEES, dp_aio_status
- DP: Zero delay from SIO to INIT state
 - defs:  Added chaining modifier flag
 - defs:  Fixed DVT_NODEV definition
 - defs:  Added chan_chk_dvi definition
 - io: Added chaining modifier flag
- LP: Zero delay from SIO to INIT state
- LP: Added INIT test for illegal command
- LP: Moved SIO interrupt test to devices
- MT: Zero delay from SIO to INIT state
- PT: Zero delay from SIO to INIT state
- PT: Moved SIO interrupt test to devices
- RAD: Zero delay from SIO to INIT state
- RAD: Fixed nx unit test
- RAD: Fixed write protect test
- TT: Zero delay from SIO to INIT state
- TT: Moved SIO int pending test to devices
This commit is contained in:
Ken Rector
2024-07-29 10:10:17 -10:00
committed by Mark Pizzolato
parent d2cd594cde
commit 5421c9c22e
17 changed files with 954 additions and 46 deletions

View File

@@ -207,10 +207,18 @@
RelativePath="..\sigma\sigma_coc.c"
>
</File>
<File
RelativePath="..\sigma\sigma_cp.c"
>
</File>
<File
RelativePath="..\sigma\sigma_cpu.c"
>
</File>
<File
RelativePath="..\sigma\sigma_cr.c"
>
</File>
<File
RelativePath="..\sigma\sigma_dk.c"
>