diff options
Diffstat (limited to 'src/std')
-rw-r--r-- | src/std/bda.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/std/bda.h b/src/std/bda.h index 948bdbf7..c321266e 100644 --- a/src/std/bda.h +++ b/src/std/bda.h @@ -95,12 +95,7 @@ struct bios_data_area_s { struct segoff_s video_savetable; u8 other_ac[4]; // 40:B0 - u8 other_b0[9]; - u8 vbe_flag; - u16 vbe_mode; - u8 other_bc[4]; - // 40:C0 - u8 other_c0[4*16]; + u8 other_b0[5*16]; } PACKED; // BDA floppy_recalibration_status bitdefs |