Ported the latest Matrox MGA fixes from PCem.

Removed useless header.
This commit is contained in:
TC1995
2020-03-31 00:33:49 +02:00
parent cff4545082
commit e9710d4b25
4 changed files with 157 additions and 29 deletions

View File

@@ -1 +0,0 @@
void cs8230_init(void);

View File

@@ -114,6 +114,9 @@ typedef struct svga_t
vertical line interrupt*/
int (*line_compare)(struct svga_t *svga);
/*Called at the start of vertical sync*/
void (*vsync_callback)(struct svga_t *svga);
/*If set then another device is driving the monitor output and the SVGA
card should not attempt to display anything */
int override;