1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-30 05:35:22 +00:00

Release V3.12-5

This commit is contained in:
Patrick Linstruth
2024-07-18 19:19:04 -04:00
parent 4fa9ca4811
commit 48830b9ab9
53 changed files with 3636 additions and 375 deletions

View File

@@ -1,6 +1,6 @@
/* sds_cr.c: SDS-930 card reader simulator
Copyright (c) 2020-2021, Ken Rector
Copyright (c) 2020-2023, Ken Rector
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
@@ -23,6 +23,7 @@
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from Ken Rector.
24-Jan-23 kenr Disconnect does not reset status
17-Feb-21 kenr Initial Version
17-Feb-21 kenr Added C register support to CDR boot
*/
@@ -220,6 +221,8 @@ t_stat cr_devio (uint32 fnc, uint32 inst, uint32 *dat) {
case IO_DISC: /* disconnect */
xfr_req = xfr_req & ~XFR_CR; /* clr xfr flag */
sim_cancel (uptr); /* deactivate unit */
cr_eor = 0; /* clr status */
uptr->STATUS = 0;
break;
case IO_SKS: /* SKS */
new_ch = I_GETSKCH (inst); /* get chan # */