Fix the timings of the non-Elsa S3 Vision cards with the IBM RGB528 RAMDAC.

This commit is contained in:
OBattler
2025-08-31 20:44:40 +02:00
parent 28d678476d
commit 1b173963fe
4 changed files with 40 additions and 15 deletions

View File

@@ -445,6 +445,7 @@ extern uint8_t ibm_rgb528_ramdac_in(uint16_t addr, int rs2, void *priv, svga_t *
extern void ibm_rgb528_recalctimings(void *priv, svga_t *svga);
extern void ibm_rgb528_hwcursor_draw(svga_t *svga, int displine);
extern float ibm_rgb528_getclock(int clock, void *priv);
extern void ibm_rgb528_ramdac_set_ref_clock(void *priv, svga_t *svga, float ref_clock);
extern void icd2061_write(void *priv, int val);
extern float icd2061_getclock(int clock, void *priv);