Skip to content

Commit

Permalink
Add missing element to ModeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Aug 9, 2024
1 parent de810a4 commit 231c966
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 338 deletions.
2 changes: 1 addition & 1 deletion src/ints/int10.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct VideoModeBlock {
Bitu htotal,vtotal;
Bitu hdispend,vdispend;
Bitu special;
Bitu pitch = 0; /* bytes/scanline to use instead of normal calculation */
Bitu pitch; /* bytes/scanline to use instead of normal calculation */

};
extern VideoModeBlock ModeList_VGA[];
Expand Down
Loading

0 comments on commit 231c966

Please sign in to comment.