Significantly speed up floppy turbo mode when the FDC is using DMA.

This commit is contained in:
OBattler
2025-05-07 23:08:26 +02:00
parent 58f342c277
commit d6338e42cc
3 changed files with 25 additions and 3 deletions

View File

@@ -206,6 +206,7 @@ extern int fdc_get_drive(fdc_t *fdc);
extern int fdc_get_perp(fdc_t *fdc);
extern int fdc_get_format_n(fdc_t *fdc);
extern int fdc_is_mfm(fdc_t *fdc);
extern int fdc_is_dma(fdc_t *fdc);
extern double fdc_get_hut(fdc_t *fdc);
extern double fdc_get_hlt(fdc_t *fdc);
extern void fdc_request_next_sector_id(fdc_t *fdc);