Implement VGA byte panning and cursor skew. Patch from Greatpsycho.
This commit is contained in:
parent
9bdbcc18c0
commit
ed30e17128
3 changed files with 12 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue