Adds COM1-4 device (Currently unused), and LPT4 to langs

1 more Parallel Port
Rare, but it was a thing, BIOS Data area has space for it at 40:0E

More SERIAL_MAX and PARALLEL_MAX stuff
This commit is contained in:
Jasmine Iwanek
2022-01-03 19:55:20 -05:00
parent 9fac0ef801
commit 04ec3eaeff
22 changed files with 142 additions and 20 deletions

View File

@@ -23,7 +23,7 @@
/* Configuration values. */
#define SERIAL_MAX 4
#define PARALLEL_MAX 3
#define PARALLEL_MAX 4
#define SCREEN_RES_X 640
#define SCREEN_RES_Y 480