Add SVGA multi-monitor support

Cirrus Logic CL-GD5436/CL-GD5446 works as secondary video adapters
This commit is contained in:
Cacodemon345
2023-01-22 16:50:21 +06:00
parent b875e8518d
commit 7898109b66
10 changed files with 174 additions and 151 deletions

View File

@@ -506,6 +506,7 @@ typedef struct voodoo_t {
uint8_t *vram, *changedvram;
void *p;
uint8_t monitor_index;
} voodoo_t;
typedef struct voodoo_set_t {