aboutsummaryrefslogtreecommitdiff
path: root/src/vga.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-08 22:11:44 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-08 22:11:44 +0100
commitcb6d24b838632e1269a5e4bb4e83425061f5d853 (patch)
treefd58b5d7ceddb9bf0fd3f3058b71d53a03ebd32b /src/vga.h
parentc5e314048afd1ba3f87204b0655af70f95ae7ab1 (diff)
downloadgold-mine-run-cb6d24b838632e1269a5e4bb4e83425061f5d853.tar.gz
gold-mine-run-cb6d24b838632e1269a5e4bb4e83425061f5d853.zip
Detect the VGA card before setting mode 0x13
Diffstat (limited to 'src/vga.h')
-rw-r--r--src/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vga.h b/src/vga.h
index a185974..8dae83d 100644
--- a/src/vga.h
+++ b/src/vga.h
@@ -14,7 +14,7 @@ typedef struct {
uint8_t open_framebuffer();
void close_framebuffer();
-void set_mode(uint8_t mode);
+uint8_t set_mode(uint8_t mode);
void wait_vsync();
/* the palette is expected to be 8 bit per color, and will be converted to VGA's 6 bit per color */