Video changes of the day (August 12th, 2024, S3/TGUI/SVGA))
SVGA: Added an indicator of the internal line to make matters easier for some vertical resolution problems. TGUI 9400CXi: Fixed the basic acceleration as much as I could. TGUI 9440AGi+: As with the line indicator, make matters easier for some resolution problems plus some refactoring of the bpp. Added write protection to some regs based on some documentation on the vt8601. TGUI cursor: fixed the left edge of the cursor X offset. S3: Apply the vblankstart = dispend statement only on enhanced modes, fixes vertical display on The Incredible Machine for DOS. Commented out some excess logs.
This commit is contained in:
@@ -87,6 +87,7 @@ typedef struct svga_t {
|
||||
int dac_b;
|
||||
int vtotal;
|
||||
int dispend;
|
||||
int vdisp;
|
||||
int vsyncstart;
|
||||
int split;
|
||||
int vblankstart;
|
||||
|
||||
Reference in New Issue
Block a user