all amigas ahve internal drive so anything to the contrary is bogus.

This commit is contained in:
chopps 1994-04-07 00:43:05 +00:00
parent 675a199909
commit 7352d87ef6
1 changed files with 4 additions and 0 deletions

View File

@ -801,6 +801,10 @@ get_drive_id(unit)
id = (id << 1) | (t ? 0 : 1);
*b_ptr |= mask2;
}
/* all amigas have internal drives at 0. */
if (unit == 0 && id == FD_NONE)
return(FD_DD_3);
return(id);
#if 0
/* set up for ID */