Support for alternate IBM EGA Address

(Disabled behind ifdef because while it's a thing, you need a custom BIOS to use it)
This commit is contained in:
Jasmine Iwanek
2025-05-26 18:38:53 -04:00
parent 7f8cfc2aa7
commit 77f1c62aee
2 changed files with 115 additions and 7 deletions

View File

@@ -148,6 +148,8 @@ typedef struct ega_t {
card should not attempt to display anything. */
void (*render_override)(void *priv);
void * priv_parent;
uint8_t alt_addr; /* 0 for 0x3XX range, 1 for 0x2XX range */
} ega_t;
#endif