Skip to content

Commit

Permalink
Mystique: Disable line compare, turns out it was disabled for a reason.
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Dec 22, 2023
1 parent ede2ce9 commit 539f9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/vid_mga.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ mystique_line_compare(svga_t *svga)
mystique->status |= STATUS_VLINEPEN;
mystique_update_irqs(mystique);

return 1;
return 0;
}

static void
Expand Down

0 comments on commit 539f9a0

Please sign in to comment.