| 807 | static int drive_insert (drive * drv, struct uae_prefs *p, int dnum, const TCHAR *fname, bool fake, bool writeprotected); |
| 808 | |
| 809 | static void reset_drive_gui (int num) |
| 810 | { |
| 811 | struct gui_info_drive *gid = &gui_data.drives[num]; |
| 812 | gid->drive_disabled = 0; |
| 813 | gid->df[0] = 0; |
| 814 | gid->crc32 = 0; |
| 815 | if (currprefs.floppyslots[num].dfxtype < 0) |
| 816 | gid->drive_disabled = 1; |
| 817 | } |
| 818 | |
| 819 | static void setamax (void) |
| 820 | { |
no outgoing calls
no test coverage detected