Added ability to disable floppy image BPB checking per drive, enabled by default.
This commit is contained in:
@@ -32,6 +32,8 @@ void fdd_set_head(int drive, int head);
|
||||
int fdd_get_head(int drive);
|
||||
void fdd_set_turbo(int drive, int turbo);
|
||||
int fdd_get_turbo(int drive);
|
||||
void fdd_set_check_bpb(int drive, int check_bpb);
|
||||
int fdd_get_check_bpb(int drive);
|
||||
|
||||
void fdd_set_type(int drive, int type);
|
||||
int fdd_get_type(int drive);
|
||||
|
||||
Reference in New Issue
Block a user