mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +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)) \
|
||||
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))
|
||||
|
||||
extern uint16 M[];
|
||||
|
||||
Reference in New Issue
Block a user