dosbox-staging:jn/palette-fix

Last commit made on 2024-04-29
Get this branch:
git clone -b jn/palette-fix https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
jn/palette-fix
Repository:
lp:dosbox-staging

Recent commits

298da7c... by John Novak <email address hidden>

Normalise name of `set_cur_mode()` & `finish_set_mode()` functions

531463d... by John Novak <email address hidden>

Move the "video mode change in progress" to the BIOS 10h interrupt level

c266895... by John Novak <email address hidden>

Improve the comments of the "EGA mode with VGA colours" related flags

bdd9dcf... by John Novak <email address hidden>

Simplify & refactor the "EGA mode with VGA DAC colours" detection

9cdcdc9... by John Novak <email address hidden>

Move `NumVga*Registers` constants to `vga.h`

2462fb4... by John Novak <email address hidden>

Refactor `SEQ_REGS` and `GFX_REGS`

21a2881... by John Novak <email address hidden>

Refactor `ATT_REGS` to `NumAttributeRegisters`

4aff30a... by John Novak <email address hidden>

Clean up palette initialisation

0e473ac... by John Novak <email address hidden>

Use `BiosVgaFlagsRec` in `int10_modes.cpp`

cfc84c2... by John Novak <email address hidden>

Use `BiosDataArea::VgaFlagsRecOffset` instead of `BIOSMEM_MODESET_CTL`