alpha, pdp18b, PDP8, sigma: removed stray tabs which crept in over time.
This commit is contained in:
parent
dcf746a72a
commit
a92dc610a4
4 changed files with 8 additions and 8 deletions
|
@ -111,7 +111,7 @@
|
||||||
TC59D magnetic tape
|
TC59D magnetic tape
|
||||||
TC15/TU56 DECtape
|
TC15/TU56 DECtape
|
||||||
LT15/LT19 additional Teletypes
|
LT15/LT19 additional Teletypes
|
||||||
DR15C parallel interface to UC15
|
DR15C parallel interface to UC15
|
||||||
|
|
||||||
??Indicates not implemented. The PDP-4 manual refers to a memory
|
??Indicates not implemented. The PDP-4 manual refers to a memory
|
||||||
??extension control; there is no documentation on it.
|
??extension control; there is no documentation on it.
|
||||||
|
|
|
@ -77,7 +77,7 @@ uint8 ttix_buf[TTX_MAXL] = { 0 }; /* input buffers */
|
||||||
uint8 ttox_buf[TTX_MAXL] = { 0 }; /* output buffers */
|
uint8 ttox_buf[TTX_MAXL] = { 0 }; /* output buffers */
|
||||||
TMLN ttx_ldsc[TTX_MAXL] = { {0} }; /* line descriptors */
|
TMLN ttx_ldsc[TTX_MAXL] = { {0} }; /* line descriptors */
|
||||||
TMXR ttx_desc = { TTX_INIL, 0, 0, ttx_ldsc }; /* mux descriptor */
|
TMXR ttx_desc = { TTX_INIL, 0, 0, ttx_ldsc }; /* mux descriptor */
|
||||||
#define ttx_lines ttx_desc.lines
|
#define ttx_lines ttx_desc.lines
|
||||||
|
|
||||||
int32 ttix (int32 IR, int32 AC);
|
int32 ttix (int32 IR, int32 AC);
|
||||||
int32 ttox (int32 IR, int32 AC);
|
int32 ttox (int32 IR, int32 AC);
|
||||||
|
|
|
@ -158,14 +158,14 @@
|
||||||
type #sectors/ #surfaces/ #cylinders/
|
type #sectors/ #surfaces/ #cylinders/
|
||||||
surface cylinder drive
|
surface cylinder drive
|
||||||
|
|
||||||
7242 6 20 203 =24MB
|
7242 6 20 203 =24MB
|
||||||
7261 11 20 203 =45MB
|
7261 11 20 203 =45MB
|
||||||
7271 6 20 406 =48MB
|
7271 6 20 406 =48MB
|
||||||
3288 17 5 822 =67MB
|
3288 17 5 822 =67MB
|
||||||
7276 11 19 411 =86MB
|
7276 11 19 411 =86MB
|
||||||
7266 11 20 411 =90MB
|
7266 11 20 411 =90MB
|
||||||
3282 11 19 815 =170MB
|
3282 11 19 815 =170MB
|
||||||
3283 17 19 815 =263MB
|
3283 17 19 815 =263MB
|
||||||
|
|
||||||
On the T3281, each drive can be a different type. The size field
|
On the T3281, each drive can be a different type. The size field
|
||||||
in each unit selects the drive capacity for each drive and thus
|
in each unit selects the drive capacity for each drive and thus
|
||||||
|
|
Loading…
Add table
Reference in a new issue