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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user