Slight cleanup of the 8514/A compatible chips.

Hopefully fix various modes altogether in all three chips (640x480, 800x600, 1024x768 and 1280x1024).
This commit is contained in:
TC1995
2024-01-26 19:03:43 +01:00
parent 6d3e9642ce
commit cfd8ec8088
3 changed files with 100 additions and 84 deletions

View File

@@ -152,8 +152,10 @@ typedef struct ibm8514_t {
int hblank_ext;
int hblank_sub;
int v_total_reg;
int v_total;
int dispend;
int v_sync_start;
int v_syncstart;
int split;
int h_disp;