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
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue