Fixed a small typo.

This commit is contained in:
OBattler 2021-08-25 14:05:41 +02:00
parent 4ad78598ea
commit d9ac4ea75f

View File

@ -861,7 +861,7 @@ ibm_rgb528_hwcursor_draw(svga_t *svga, int displine)
x_pos = offset + svga->x_add;
p = buffer32->line[y_pos];
for (x = 0; x < svga->dac_hwcursor_latch.xsize; x ++) {
for (x = 0; x < svga->dac_hwcursor_latch.xsize; x++) {
if (!(x & 3))
four_pixels = ramdac->indexed_data[svga->dac_hwcursor_latch.addr];