Skip to content

Commit

Permalink
chore: fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Nov 8, 2023
1 parent 8344864 commit f6e04c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ static void set_vblanking_limits(void)
bool hardwired = true;
if (ecs_agnus) {
hardwired = (new_beamcon0 & BEAMCON0_VARVBEN) == 0;
// ECS Denise with exhblank: always use thisline_decision.vb blanking method
// ECS Denise with exthblank: always use thisline_decision.vb blanking method
if (ecs_denise && !aga_mode && exthblank) {
hardwired = false;
}
Expand Down

0 comments on commit f6e04c4

Please sign in to comment.