Home
last modified time | relevance | path

Searched refs:UNIT_V_UF (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/emulators/simh/simh-3.9.0_5/I1401/
H A Di1401_defs.h130 #define MR (1 << (UNIT_V_UF + 1)) /* move record */
132 #define EPE (1 << (UNIT_V_UF + 3)) /* expanded edit */
134 #define BBE (1 << (UNIT_V_UF + 5)) /* br bit equal */
136 #define UNIT_MSIZE (1 << (UNIT_V_UF + 7)) /* fake flag */
142 #define AREQ (1 << (UNIT_V_UF + 8)) /* validate A */
143 #define BREQ (1 << (UNIT_V_UF + 9)) /* validate B */
145 #define NOWM (1 << (UNIT_V_UF + 11)) /* no WM at end */
146 #define HNOP (1 << (UNIT_V_UF + 12)) /* halt or nop */
147 #define IO (1 << (UNIT_V_UF + 13)) /* IO */
148 #define UNIT_BCD (1 << (UNIT_V_UF + 14)) /* BCD strings */
[all …]
/dports/emulators/simh/simh-3.9.0_5/I1620/
H A Di1620_defs.h184 #define IF_MII (1 << (UNIT_V_UF + 0)) /* model 2 */
187 #define IF_EDT (1 << (UNIT_V_UF + 3)) /* edit */
189 #define IF_BIN (1 << (UNIT_V_UF + 5)) /* binary */
190 #define IF_IDX (1 << (UNIT_V_UF + 6)) /* indexing */
191 #define IF_VPA (1 << (UNIT_V_UF + 7)) /* valid P addr */
192 #define IF_VQA (1 << (UNIT_V_UF + 8)) /* valid Q addr */
193 #define IF_4QA (1 << (UNIT_V_UF + 9)) /* 4 char Q addr */
194 #define IF_NQX (1 << (UNIT_V_UF + 10)) /* no Q indexing */
195 #define IF_IMM (1 << (UNIT_V_UF + 11)) /* immediate */
196 #define UNIT_BCD (1 << (UNIT_V_UF + 12)) /* BCD coded */
[all …]
/dports/emulators/simh/simh-3.9.0_5/LGP/
H A Dlgp_defs.h81 #define UNIT_V_LGP21 (UNIT_V_UF + 0)
82 #define UNIT_V_MANI (UNIT_V_UF + 1)
83 #define UNIT_V_INPT (UNIT_V_UF + 2)
84 #define UNIT_V_OUTPT (UNIT_V_UF + 3)
85 #define UNIT_V_IN4B (UNIT_V_UF + 4)
86 #define UNIT_V_TTSS_D (UNIT_V_UF + 5)
87 #define UNIT_V_LGPH_D (UNIT_V_UF + 6)
88 #define UNIT_V_FLEX_D (UNIT_V_UF + 7) /* Flex default */
89 #define UNIT_V_FLEX (UNIT_V_UF + 8) /* Flex format */
90 #define UNIT_V_NOCS (UNIT_V_UF + 9) /* ignore cond stop */
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_cpu.h83 #define UNIT_V_CPU (UNIT_V_UF + 0) /* CPU model bits 0-3 */
84 #define UNIT_V_EAU (UNIT_V_UF + 4) /* EAU installed */
85 #define UNIT_V_FP (UNIT_V_UF + 5) /* FP installed */
86 #define UNIT_V_IOP (UNIT_V_UF + 6) /* IOP installed */
87 #define UNIT_V_DMS (UNIT_V_UF + 7) /* DMS installed */
88 #define UNIT_V_FFP (UNIT_V_UF + 8) /* FFP installed */
89 #define UNIT_V_DBI (UNIT_V_UF + 9) /* DBI installed */
90 #define UNIT_V_EMA (UNIT_V_UF + 10) /* RTE-4 EMA installed */
92 #define UNIT_V_VIS (UNIT_V_UF + 12) /* VIS installed */
95 #define UNIT_V_DS (UNIT_V_UF + 14) /* DS installed */
[all …]
H A Dhp_disclib.h75 #define UNIT_V_MODEL (UNIT_V_UF + 0) /* bits 1-0: model ID */
76 #define UNIT_V_WLK (UNIT_V_UF + 2) /* bits 2-2: write locked (protect switch) …
77 #define UNIT_V_UNLOAD (UNIT_V_UF + 3) /* bits 3-3: heads unloaded */
78 #define UNIT_V_FMT (UNIT_V_UF + 4) /* bits 4-4: format enabled */
79 #define UNIT_V_AUTO (UNIT_V_UF + 5) /* bits 5-5: autosize */
80 #define DL_V_UF (UNIT_V_UF + 6) /* first free unit flag bit */
/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Daltairz80_defs.h63 #define UNIT_CPU_V_OPSTOP (UNIT_V_UF+0) /* stop on invalid operation …
65 #define UNIT_CPU_V_BANKED (UNIT_V_UF+1) /* banked memory is used …
67 #define UNIT_CPU_V_ALTAIRROM (UNIT_V_UF+2) /* ALTAIR ROM exists …
69 #define UNIT_CPU_V_VERBOSE (UNIT_V_UF+3) /* warn if ROM is written to …
71 #define UNIT_CPU_V_MMU (UNIT_V_UF+4) /* use MMU and slower CPU …
73 #define UNIT_CPU_V_STOPONHALT (UNIT_V_UF+5) /* stop simulation on HALT …
75 #define UNIT_CPU_V_SWITCHER (UNIT_V_UF+6) /* switcher 8086 <--> 8080/Z80 enabled …
/dports/emulators/simh/simh-3.9.0_5/swtp6800/common/
H A Dmp-a2.c41 #define UNIT_V_USER_D (UNIT_V_UF) /* user defined switch */
43 #define UNIT_V_4K_8K (UNIT_V_UF+1) /* off if HI_PROM and only 2K EPROM */
45 #define UNIT_V_SWT (UNIT_V_UF+2) /* on SWTBUG, off MIKBUG */
47 #define UNIT_V_8K (UNIT_V_UF+3) /* off if HI_PROM and only 2K or 4k EPROM */
49 #define UNIT_V_RAM (UNIT_V_UF+4) /* off disables 6810 RAM */
51 #define UNIT_V_LO_PROM (UNIT_V_UF+5) /* on EPROMS @ C000-CFFFH, off no EPROMS */
53 #define UNIT_V_HI_PROM (UNIT_V_UF+6) /* on EPROMS @ F000-FFFFH, off fo LO_PROM, MON, or no EPROM…
55 #define UNIT_V_MON (UNIT_V_UF+7) /* on for monitor vectors in high memory */
H A Dmp-b2.c30 #define UNIT_V_RAM_0000 (UNIT_V_UF) /* MP-8M board 0 enable */
32 #define UNIT_V_RAM_2000 (UNIT_V_UF+1) /* MP-8M board 1 enable */
34 #define UNIT_V_RAM_4000 (UNIT_V_UF+2) /* MP-8M board 2 enable */
36 #define UNIT_V_RAM_6000 (UNIT_V_UF+3) /* MP-8M board 3 enable */
38 #define UNIT_V_RAM_A000 (UNIT_V_UF+4) /* MP-8M board 4 enable */
40 #define UNIT_V_RAM_C000 (UNIT_V_UF+5) /* MP-8M board 5 enable */
H A Dmp-a.c39 #define UNIT_V_SWT (UNIT_V_UF) /* on SWTBUG, off MIKBUG */
41 #define UNIT_V_RAM (UNIT_V_UF+1) /* off disables 6810 RAM */
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_disclib.h76 #define UNIT_V_MODEL (UNIT_V_UF + 0) /* bits 1-0: model ID */
77 #define UNIT_V_WLK (UNIT_V_UF + 2) /* bits 2-2: write locked (protect switch) …
78 #define UNIT_V_UNLOAD (UNIT_V_UF + 3) /* bits 3-3: heads unloaded */
79 #define UNIT_V_FMT (UNIT_V_UF + 4) /* bits 4-4: format enabled */
80 #define UNIT_V_AUTO (UNIT_V_UF + 5) /* bits 5-5: autosize */
81 #define DL_V_UF (UNIT_V_UF + 6) /* first free unit flag bit */
H A Dhp2100_tbg.c166 #define UNIT_CALTIME_SHIFT (UNIT_V_UF + 0) /* calibrated timing mode */
167 #define UNIT_W1B_SHIFT (UNIT_V_UF + 1) /* jumper W1 in position B */
168 #define UNIT_W2B_SHIFT (UNIT_V_UF + 2) /* jumper W2 in position B */
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_disclib.h75 #define UNIT_V_MODEL (UNIT_V_UF + 0) /* bits 1-0: model ID */
76 #define UNIT_V_WLK (UNIT_V_UF + 2) /* bits 2-2: write locked (protect switch) …
77 #define UNIT_V_UNLOAD (UNIT_V_UF + 3) /* bits 3-3: heads unloaded */
78 #define UNIT_V_FMT (UNIT_V_UF + 4) /* bits 4-4: format enabled */
79 #define UNIT_V_AUTO (UNIT_V_UF + 5) /* bits 5-5: autosize */
80 #define DL_V_UF (UNIT_V_UF + 6) /* first free unit flag bit */
H A Dhp2100_tbg.c164 #define UNIT_CALTIME_SHIFT (UNIT_V_UF + 0) /* calibrated timing mode */
165 #define UNIT_W1B_SHIFT (UNIT_V_UF + 1) /* jumper W1 in position B */
166 #define UNIT_W2B_SHIFT (UNIT_V_UF + 2) /* jumper W2 in position B */
/dports/emulators/simh/simh-3.9.0_5/H316/
H A Dh316_defs.h76 #define UNIT_V_MSIZE (UNIT_V_UF + 0) /* dummy mask */
77 #define UNIT_V_EXT (UNIT_V_UF + 1) /* extended mem */
78 #define UNIT_V_HSA (UNIT_V_UF + 2) /* high speed arith */
79 #define UNIT_V_DMC (UNIT_V_UF + 3) /* DMC */
/dports/emulators/simh/simh-3.9.0_5/Ibm1130/
H A Dibm1130_prt.c104 #define UNIT_V_FORMCHECK (UNIT_V_UF + 0) /* out of paper error */
105 #define UNIT_V_DATACHECK (UNIT_V_UF + 1) /* printer overrun error */
106 #define UNIT_V_SKIPPING (UNIT_V_UF + 2) /* printer skipping */
107 #define UNIT_V_SPACING (UNIT_V_UF + 3) /* printer is spacing */
108 #define UNIT_V_PRINTING (UNIT_V_UF + 4) /* printer printing */
109 #define UNIT_V_TRANSFERRING (UNIT_V_UF + 5) /* unit is transferring print buffer (1403 only) */
110 #define UNIT_V_1403 (UNIT_V_UF + 6) /* printer model is 1403 rather than 1132 */
111 #define UNIT_V_PARITYCHECK (UNIT_V_UF + 7) /* error flags for 1403 */
112 #define UNIT_V_RINGCHECK (UNIT_V_UF + 8)
113 #define UNIT_V_SYNCCHECK (UNIT_V_UF + 9)
[all …]
H A Dibm1130_t2741.c22 #define UNIT_V_PHYSICAL_TERM (UNIT_V_UF + 0) /* indicates not telnet but attachment to real term…
23 #define UNIT_V_UPCASE (UNIT_V_UF + 1) /* indicates upshift performed */
24 #define UNIT_V_SENDING (UNIT_V_UF + 2) /* indicates not telnet but attachment to real terminal…
25 #define UNIT_V_RECEIVING (UNIT_V_UF + 3) /* indicates not telnet but attachment to real termina…
H A Dibm1130_plot.c123 #define UNIT_V_COLOR (UNIT_V_UF + 0) /* color of selected pen - 3 bits */
124 #define UNIT_V_WIDTH (UNIT_V_UF + 3) /* width of pen - two bits */
125 #define UNIT_V_NOOP (UNIT_V_UF + 5) /* dummy for set/show commands */
126 #define UNIT_V_DEBUG (UNIT_V_UF + 6) /* for -d switch on attach command */
127 #define UNIT_V_PEN (UNIT_V_UF + 7) /* track pen state */
/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_tape.h66 #define MTUF_V_PNU (UNIT_V_UF + 0) /* position not upd */
67 #define MTUF_V_WLK (UNIT_V_UF + 1) /* write locked */
68 #define MTUF_V_FMT (UNIT_V_UF + 2) /* tape file format */
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp_disclib.h99 #define UNIT_MODEL_SHIFT (UNIT_V_UF + 0) /* bits 0-1: drive model ID */
100 #define UNIT_PROT_SHIFT (UNIT_V_UF + 2) /* bits 2-3 write protection */
101 #define UNIT_UNLOAD_SHIFT (UNIT_V_UF + 4) /* bits 4-4: heads unloaded */
102 #define UNIT_FMT_SHIFT (UNIT_V_UF + 5) /* bits 5-5: format enabled */
103 #define DL_V_UF (UNIT_V_UF + 6) /* first free unit flag bit */
H A Dhp3000_cpu.h68 #define UNIT_MODEL_SHIFT (UNIT_V_UF + 0) /* the CPU model (1 bit) */
69 #define UNIT_EIS_SHIFT (UNIT_V_UF + 1) /* the Extended Instruction Set firmware option */
70 #define UNIT_CALTIME_SHIFT (UNIT_V_UF + 2) /* the process clock timing mode */
71 #define UNIT_PFARS_SHIFT (UNIT_V_UF + 3) /* the power-fail auto-restart mode */
72 #define UNIT_CIS_SHIFT (UNIT_V_UF + 4) /* the COBOL II Extended Instruction Set firmware o…
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp_disclib.h100 #define UNIT_MODEL_SHIFT (UNIT_V_UF + 0) /* bits 0-1: drive model ID */
101 #define UNIT_PROT_SHIFT (UNIT_V_UF + 2) /* bits 2-3 write protection */
102 #define UNIT_UNLOAD_SHIFT (UNIT_V_UF + 4) /* bits 4-4: heads unloaded */
103 #define UNIT_FMT_SHIFT (UNIT_V_UF + 5) /* bits 5-5: format enabled */
104 #define DL_V_UF (UNIT_V_UF + 6) /* first free unit flag bit */
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dsim_tape.h74 #define MTUF_V_PNU (UNIT_V_UF + 0) /* position not upd */
75 #define MTUF_V_WLK (UNIT_V_UF + 1) /* write locked */
76 #define MTUF_V_FMT (UNIT_V_UF + 2) /* tape file format */
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dsim_tape.h74 #define MTUF_V_PNU (UNIT_V_UF + 0) /* position not upd */
75 #define MTUF_V_WLK (UNIT_V_UF + 1) /* write locked */
76 #define MTUF_V_FMT (UNIT_V_UF + 2) /* tape file format */
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dsim_tape.h74 #define MTUF_V_PNU (UNIT_V_UF + 0) /* position not upd */
75 #define MTUF_V_WLK (UNIT_V_UF + 1) /* write locked */
76 #define MTUF_V_FMT (UNIT_V_UF + 2) /* tape file format */
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_disk.h39 # define DKUF_V_WLK (UNIT_V_UF + 0) /* write locked */
40 # define DKUF_V_FMT (UNIT_V_UF + 1) /* disk file format */

12345678