vgabios: Refactor vga_set_mode and stdvga_set_mode.
[seabios.git] / vgasrc / bochsvga.c
index 3b5c71148c9e50ac627613c02966fd3df8c2ab0d..4ba6611ca9ad9dc564fc433259d72f3fd0a608a9 100644 (file)
@@ -263,7 +263,7 @@ void
 bochsvga_set_mode(u16 mode, struct vbe_modeinfo *info)
 {
     if (info->depth == 4)
-        vga_set_mode(0x6a, 0);
+        stdvga_set_mode(0x6a, 0);
     if (info->depth == 8)
         // XXX load_dac_palette(3);
         ;