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

@ -19,6 +19,9 @@ BEGIN
MENUITEM "Change drive &B:...", IDM_DISC_B
MENUITEM "&Eject drive A:", IDM_EJECT_A
MENUITEM "Eject drive B:", IDM_EJECT_B
MENUITEM SEPARATOR
MENUITEM "Disable BPB checking", IDM_BPB_DISABLE
MENUITEM SEPARATOR
MENUITEM "&Configure hard discs...",IDM_HDCONF
END
POPUP "&Settings"