aboutsummaryrefslogtreecommitdiff
path: root/src/pc80/vga/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pc80/vga/vga.h')
-rw-r--r--src/pc80/vga/vga.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/pc80/vga/vga.h b/src/pc80/vga/vga.h
deleted file mode 100644
index 1e6e750b89..0000000000
--- a/src/pc80/vga/vga.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _VGA_H
-#define _VGA_H
-
-/*
- * Basic palette.
- */
-struct palette {
- unsigned char red;
- unsigned char green;
- unsigned char blue;
-};
-
-extern const struct palette default_vga_palette[0x100];
-
-extern const unsigned char vga_font_8x16[256][16];
-
-#endif /* _VGA_H */