EGA and JEGA: Implement some missing SuperEGA stuff and make the JEGA properly set the EGA type to SuperEGA, fixes #5370.

This commit is contained in:
OBattler
2025-03-22 19:45:32 +01:00
parent 81141c574c
commit c3d15ef36d
3 changed files with 65 additions and 7 deletions

View File

@@ -178,6 +178,7 @@ extern uint8_t ega_in(uint16_t addr, void *priv);
extern void ega_poll(void *priv);
extern void ega_write(uint32_t addr, uint8_t val, void *priv);
extern uint8_t ega_read(uint32_t addr, void *priv);
extern void ega_set_type(void *priv, uint32_t local);
extern int firstline_draw;
extern int lastline_draw;