Add option to disable BPB checking when loading .IMG files - should fix some floppy images on non-DOS/Windows/OS/2 systems.
This commit is contained in:
parent
ed7021a2e1
commit
1cb83a4dc1
6 changed files with 19 additions and 1 deletions
|
|
@ -9,3 +9,5 @@ void img_format(int drive, int sector, int side, int density);
|
|||
int img_hole(int drive);
|
||||
void img_stop();
|
||||
void img_poll();
|
||||
|
||||
extern int bpb_disable;
|
||||
|
|
|
|||
Loading…
Reference in a new issue