Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for VBE_DISPI_INDEX_X_OFFSET #1147

Merged
merged 2 commits into from
Sep 8, 2024
Merged

Commits on Sep 4, 2024

  1. Add support for VBE_DISPI_INDEX_X_OFFSET

    Adds support for horizontal offset in Bochs VESA BIOS Extension.
    
    Should fix issue copy#1088.
    chschnell committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    be1fe26 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Reset X- and Y-offsets when enabling SVGA video mode

    Reset members svga_offset, svga_offset_x and svga_offset_y to 0 when enabling any SVGA video mode.
    
    Behaviour copied from Bochs at: https://sourceforge.net/p/bochs/code/HEAD/tree/trunk/bochs/iodev/display/vga.cc#l1068
    chschnell committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4411f62 View commit details
    Browse the repository at this point in the history