[8514a] fix typo

This commit is contained in:
David Hrdlička
2022-05-20 19:04:53 +02:00
committed by GitHub
parent 276f16dfa5
commit 1e29e24b66

View File

@@ -3606,7 +3606,7 @@ ibm8514_recalctimings(svga_t *svga)
dev->v_syncstart = (dev->vsyncstart + 1);
dev->rowcount = !!(dev->disp_cntl & 0x08);
if (((dev->disp_cntl & 0x60) == 0) || ((dev->disp_cntl == 0x60) >= 0x40))
if (((dev->disp_cntl & 0x60) == 0) || ((dev->disp_cntl & 0x60) >= 0x40))
return;
if (dev->accel.advfunc_cntl & 4) {