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