mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 14:30:22 +00:00
sigma: Made CHANA chan_ctl_time accessible as a register
This commit is contained in:
committed by
Mark Pizzolato
parent
4846006b41
commit
debde9a0a3
@@ -23,6 +23,7 @@
|
|||||||
used in advertising or otherwise to promote the sale, use or other dealings
|
used in advertising or otherwise to promote the sale, use or other dealings
|
||||||
in this Software without prior written authorization from Robert M Supnik.
|
in this Software without prior written authorization from Robert M Supnik.
|
||||||
|
|
||||||
|
23-Jul-2022 RMS Made chan_ctl_time accessible as a register
|
||||||
21-Jul-2022 RMS Added numeric channel numbers to SET/SHOW
|
21-Jul-2022 RMS Added numeric channel numbers to SET/SHOW
|
||||||
07-Jul-2022 RMS Fixed dangling else in read/write direct (Ken Rector)
|
07-Jul-2022 RMS Fixed dangling else in read/write direct (Ken Rector)
|
||||||
05-Mar-2020 RMS Fixed s5x0_ireg size declaration (Mark Pizzolato)
|
05-Mar-2020 RMS Fixed s5x0_ireg size declaration (Mark Pizzolato)
|
||||||
@@ -177,6 +178,7 @@ REG chana_reg[] = {
|
|||||||
{ BRDATA (CHF, chan[0].chf, 16, 16, CHAN_N_DEV) },
|
{ BRDATA (CHF, chan[0].chf, 16, 16, CHAN_N_DEV) },
|
||||||
{ BRDATA (CHI, chan[0].chi, 16, 8, CHAN_N_DEV) },
|
{ BRDATA (CHI, chan[0].chi, 16, 8, CHAN_N_DEV) },
|
||||||
{ BRDATA (CHSF, chan[0].chsf, 16, 8, CHAN_N_DEV) },
|
{ BRDATA (CHSF, chan[0].chsf, 16, 8, CHAN_N_DEV) },
|
||||||
|
{ DRDATA (CTIME, chan_ctl_time, 4), REG_NZ+REG_HIDDEN+PV_LEFT },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user