Add ATI EGA Wonder 800+ emulation.
This commit is contained in:
parent
2c6b130ec8
commit
2489fd9c6e
7 changed files with 140 additions and 3 deletions
|
|
@ -129,6 +129,11 @@ typedef struct svga_t
|
|||
void *p;
|
||||
|
||||
uint8_t ksc5601_sbyte_mask;
|
||||
|
||||
int vertical_linedbl;
|
||||
|
||||
/*Used to implement CRTC[0x17] bit 2 hsync divisor*/
|
||||
int hsync_divisor;
|
||||
} svga_t;
|
||||
|
||||
extern int svga_init(svga_t *svga, void *p, int memsize,
|
||||
|
|
|
|||
Loading…
Reference in a new issue