Remove unnecessary DEVICE_NOT_WORKING

This commit is contained in:
Jasmine Iwanek
2022-07-30 21:12:01 -04:00
parent 37bf41ec17
commit acf66baaad
3 changed files with 1 additions and 7 deletions

View File

@@ -54,7 +54,6 @@
#define CONFIG_BIOS 11
enum {
DEVICE_NOT_WORKING = 1, /* does not currently work correctly and will be disabled in a release build */
DEVICE_PCJR = 2, /* requires an IBM PCjr */
DEVICE_AT = 4, /* requires an AT-compatible system */
DEVICE_PS2 = 8, /* requires a PS/1 or PS/2 system */