Increase accRun mount delay to 600 ticks (10 seconds)

This commit is contained in:
Zane Kaminski 2021-12-19 15:36:13 -05:00
parent ee9fba1c8c
commit 708ff0e83e
8 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -207,7 +207,7 @@ static void RDInit(IOParamPtr p, DCtlPtr d, RDiskStorage_t *c) {
// If mount enabled, enable accRun to post disk inserted event later
if (mountEN) {
d->dCtlDelay = 150; // Set accRun delay (150 ticks is 2.5 sec.)
d->dCtlDelay = 600; // Set accRun delay (600 ticks is 10 sec.)
d->dCtlFlags |= dNeedTimeMask; // Enable accRun
}
}