X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=blobdiff_plain;f=vgasrc%2Fvgatables.h;h=99767450273ef45f1afa6449adf36e49e7f4247f;hp=ef15b1d9c9b3d693b0f6d0434c8dc3ddda5f9214;hb=0c7d4d006fa4d2623e59c4bf5e565f0a186386a6;hpb=87dfad301372d75632d0ebbb983980a1f9ab2372 diff --git a/vgasrc/vgatables.h b/vgasrc/vgatables.h index ef15b1d..9976745 100644 --- a/vgasrc/vgatables.h +++ b/vgasrc/vgatables.h @@ -95,13 +95,23 @@ struct VideoParam_s { struct vgamode_s { u8 svgamode; - struct VideoParam_s *vparam; u8 memmodel; /* CTEXT,MTEXT,CGA,PL1,PL2,PL4,P8,P15,P16,P24,P32 */ + u8 twidth; + u8 theight; + u8 cheight; u8 pixbits; u16 sstart; + u16 slength; + struct VideoParam_s *vparam; + u8 pelmask; u8 *dac; u16 dacsize; + u8 *sequ_regs; + u8 miscreg; + u8 *crtc_regs; + u8 *actl_regs; + u8 *grdc_regs; }; struct saveVideoHardware {