Added the OKIVGA/H-2 (JVGA/H).

This commit is contained in:
OBattler
2025-03-28 06:16:05 +01:00
parent 8a8ed60043
commit 63222b70db
8 changed files with 293 additions and 143 deletions

View File

@@ -310,6 +310,11 @@ typedef struct svga_t {
void * ext8514;
void * clock_gen8514;
void * xga;
/* If set then another device is driving the monitor output and the EGA
card should not attempt to display anything. */
void (*render_override)(void *priv);
void * priv_parent;
} svga_t;
extern void ibm8514_set_poll(svga_t *svga);