Applied the bug fix from John Elliot regarding the Sigma Color 400.

This commit is contained in:
TC1995
2018-11-03 12:45:04 +01:00
parent 7b1a40164e
commit 96ccd426ec

View File

@@ -426,7 +426,7 @@ static void sigma_text80(sigma_t *sigma)
cols[0] = (attr >> 4) | 16;
}
if (drawcursor && !(x & 1)) {
if (drawcursor) {
for (c = 0; c < 8; c++) {
if (sigma->sigmamode & MODE_FONT16)
buffer->line[sigma->displine][(x << 3) + c + 8] = cols[(fontdatm[chr][sigma->sc & 15] & (1 << (c ^ 7))) ? 1 : 0] ^ 0x0f;