Revert no-longer-needed horizontal blanking changes

This commit is contained in:
Cacodemon345
2024-02-18 16:57:30 +06:00
committed by GitHub
parent 2928e2cf79
commit a0b984f79c

View File

@@ -775,9 +775,6 @@ chips_69000_recalctimings(svga_t *svga)
svga->hblank_end_val = ((svga->crtc[3] & 0x1f) | ((svga->crtc[5] & 0x80) ? 0x20 : 0x00)) | (svga->crtc[0x3c] & 0b11000000);
svga->hblank_end_mask = 0xff;
if (svga->hblank_end_val >= svga->htotal)
svga->hblank_end_val = svga->htotal - 1;
svga->ma_latch |= (svga->crtc[0x40] & 0xF) << 16;
svga->rowoffset |= (svga->crtc[0x41] & 0xF) << 8;