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:
SarahW 2017-03-22 19:22:50 +00:00
commit 1cb83a4dc1
6 changed files with 19 additions and 1 deletions

View file

@ -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;