mirror of
https://github.com/simh/simh.git
synced 2026-04-19 17:22:55 +00:00
Adjusted minimum wait time to allow RKLFMT to properly complete formatting an RK disk
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
((rk_cmd & RKC_IE) != 0)) \
|
((rk_cmd & RKC_IE) != 0)) \
|
||||||
int_req = int_req | INT_RK; \
|
int_req = int_req | INT_RK; \
|
||||||
else int_req = int_req & ~INT_RK
|
else int_req = int_req & ~INT_RK
|
||||||
#define RK_MIN 10
|
#define RK_MIN 45
|
||||||
#define MAX(x,y) (((x) > (y))? (x): (y))
|
#define MAX(x,y) (((x) > (y))? (x): (y))
|
||||||
|
|
||||||
extern uint16 M[];
|
extern uint16 M[];
|
||||||
|
|||||||
Reference in New Issue
Block a user