The Voodoo Banshee / 3 cards now inform video.c of their timings.

This commit is contained in:
OBattler
2020-11-18 22:15:21 +01:00
parent 6e94c0efaa
commit f874437009

View File

@@ -43,6 +43,9 @@
#include <86box/vid_voodoo_render.h>
static video_timings_t timing_banshee = {VIDEO_BUS, 2, 2, 1, 20, 20, 21};
#ifdef CLAMP
#undef CLAMP
#endif
@@ -2624,6 +2627,8 @@ static void *banshee_init_common(const device_t *info, wchar_t *fn, int has_sgra
ddc_init();
video_inform(VIDEO_FLAG_TYPE_SPECIAL, &timing_banshee);
return banshee;
}