Implement VGA byte panning and cursor skew. Patch from Greatpsycho.

This commit is contained in:
SarahW 2020-11-14 13:38:07 +00:00
commit ed30e17128
3 changed files with 12 additions and 6 deletions

View file

@ -60,7 +60,7 @@ typedef struct svga_t
int lowres, interlace;
int linedbl, rowcount;
double clock;
uint32_t ma_latch;
uint32_t ma_latch, ca_adj;
int bpp;
uint64_t dispontime, dispofftime;