Modify the CL-GD 54xx (S)VGA read and write handlers in order to use the pointer to the svga struct instead of the gd54xx struct, fixes #5521.

This commit is contained in:
OBattler
2025-04-29 00:33:51 +02:00
parent 2d5c535ebe
commit ad4ec20374
2 changed files with 41 additions and 39 deletions

View File

@@ -315,6 +315,8 @@ typedef struct svga_t {
card should not attempt to display anything. */
void (*render_override)(void *priv);
void * priv_parent;
void * local;
} svga_t;
extern void ibm8514_set_poll(svga_t *svga);