Limit audio profile selection to the identical tracks. 40 track audio profiles for 40 track drives, 80 track profiles to 80 track drives.

This commit is contained in:
Toni Riikonen
2025-11-03 21:48:11 +02:00
parent 56ffe0cab8
commit a2fe28e6df
3 changed files with 58 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ extern void fdd_do_seek(int drive, int track);
extern void fdd_forced_seek(int drive, int track_diff);
extern void fdd_seek(int drive, int track_diff);
extern int fdd_track0(int drive);
extern int fdd_get_type_max_track(int type);
extern int fdd_getrpm(int drive);
extern void fdd_set_densel(int densel);
extern int fdd_can_read_medium(int drive);