The Settings dialog now once again omits the "Internal" option for hard disk controller for machines without one.

This commit is contained in:
OBattler
2020-11-26 18:59:25 +01:00
parent 4ea181ba54
commit 01b413110a
2 changed files with 7 additions and 1 deletions

View File

@@ -65,7 +65,7 @@
/* Combined flags. */
#define MACHINE_VIDEO_FIXED 0x00003000 /* sys has fixed int video */
/* Feature flags for internal storage controllers. */
#define MACHINE_HDC 0x0FFC0000 /* sys has int HDC */
#define MACHINE_HDC 0x07FC0000 /* sys has int HDC */
#define MACHINE_MFM 0x00100000 /* sys has int MFM/RLL */
#define MACHINE_XTA 0x00200000 /* sys has int XTA */
#define MACHINE_ESDI 0x00400000 /* sys has int ESDI */