Add PS/1 XTIDE variant to HDD controller list.

This commit is contained in:
SarahW 2017-10-12 18:31:43 +01:00
commit 56b9c33780
6 changed files with 38 additions and 15 deletions

View file

@ -52,7 +52,8 @@ enum
DEVICE_NOT_WORKING = 1, /*Device does not currently work correctly and will be disabled in a release build*/
DEVICE_AT = 2, /*Device requires an AT-compatible system*/
DEVICE_MCA = 0x20, /*Device requires an MCA system*/
DEVICE_PCI = 0x40 /*Device requires a PCI system*/
DEVICE_PCI = 0x40, /*Device requires a PCI system*/
DEVICE_PS1 = 0x80 /*Device is only for IBM PS/1 Model 2011*/
};
int model_get_config_int(char *s);