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

@@ -144,10 +144,10 @@ typedef struct ega_t {
uint32_t (*remap_func)(struct ega_t *ega, uint32_t in_addr);
void (*render)(struct ega_t *svga);
/*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;
/* 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;
} ega_t;
#endif
@@ -159,6 +159,7 @@ extern const device_t atiega800p_device;
extern const device_t iskra_ega_device;
extern const device_t et2000_device;
extern const device_t jega_device;
extern const device_t jvga_device;
#endif
extern int update_overscan;