Add DPMS support to Voodoo Banshee/3

This commit is contained in:
RichardG867
2021-04-13 14:07:46 -03:00
parent 76395e9fb6
commit b02e346943

View File

@@ -678,6 +678,8 @@ static void banshee_ext_outl(uint16_t addr, uint32_t val, void *p)
case DAC_dacMode:
banshee->dacMode = val;
svga->dpms = !!(val & 0x0a);
svga_recalctimings(svga);
break;
case DAC_dacAddr:
banshee->dacAddr = val & 0x1ff;