Skip to content

Commit

Permalink
Comment is stale, remove
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jun 17, 2024
1 parent 43cdfe6 commit 14730d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ints/int10_modes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1307,10 +1307,6 @@ bool INT10_SetVideoMode(uint16_t mode) {
bool vptable = false;
PhysPt vptp = 0;

/* TODO: Make this a dosbox.conf option to control whether to always use, never use,
* or auto, which means only use if the pointer in the Video Save/Override
* Pointer Table is not pointing to ROM (because something in the guest intends
* to override parameters) */
if (IS_EGAVGA_ARCH && mode <= 0x13/*standard EGA/VGA modes only*/ && ShouldUseVPT()) {
RealPt r_vpt = 0;
RealPt r_vsopt = real_readd(BIOSMEM_SEG,0xA8);
Expand Down

0 comments on commit 14730d4

Please sign in to comment.