summaryrefslogtreecommitdiff
path: root/core/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/graphics.c')
-rw-r--r--core/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/graphics.c b/core/graphics.c
index 864550b1..ff3a1899 100644
--- a/core/graphics.c
+++ b/core/graphics.c
@@ -370,7 +370,7 @@ void pm_usingvga(com32sys_t *regs)
if (UsingVGA & 0x08)
regs->eflags.l &= ~EFLAGS_CF;
else {
- adjust_screen();
+ bios_adjust_screen();
set_flags(regs, EFLAGS_CF);
}
}