summaryrefslogtreecommitdiff
path: root/src/pc80/vga/vga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pc80/vga/vga.c')
-rw-r--r--src/pc80/vga/vga.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pc80/vga/vga.c b/src/pc80/vga/vga.c
index f87ba66635..9d640419bb 100644
--- a/src/pc80/vga/vga.c
+++ b/src/pc80/vga/vga.c
@@ -20,6 +20,7 @@
#include <pc80/vga_io.h>
#include <string.h>
+#include "vga.h"
/*
* pci io enable should've happened before
@@ -69,8 +70,6 @@ vga_fb_clear(void)
memset((void *)VGA_FB, 0x00, 0x8000);
}
-#include "vga_palette.c"
-
/*
*
*/
@@ -181,8 +180,6 @@ vga_mode_set(int hdisplay, int hblankstart, int hsyncstart, int hsyncend,
vga_cr_mask(0x09, 0x00, 0x80); /* disable doublescan */
}
-#include "vga_font_8x16.c"
-
static void
vga_font_8x16_load(void)
{