vgabios: Implement VBE save/restore state function (func 04).
[seabios.git] / vgasrc / vgabios.h
index 76ecb88a95f8dc116cdfd9fc87873aa4ec014a7d..d32e1b04c6166a6350200c8efa90dc2647b245ae 100644 (file)
@@ -20,7 +20,7 @@ struct VideoParam_s {
 extern struct VideoParam_s video_param_table[29];
 
 struct saveBDAstate {
-    u8 video_mode;
+    u16 video_mode;
     u16 video_cols;
     u16 video_pagesize;
     u16 crtc_address;