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

@ -7,6 +7,7 @@
#define IDM_EJECT_A 40012
#define IDM_EJECT_B 40013
#define IDM_HDCONF 40014
#define IDM_BPB_DISABLE 40015
#define IDM_CONFIG 40020
#define IDM_CONFIG_LOAD 40021
#define IDM_CONFIG_SAVE 40022