minor makefile fixes
[retrobench] / src / dos / gfx.c
2021-05-22 John Tsiombikasvbe: print rgb masks/shifts to the log
2021-05-22 John Tsiombikasforgot about the non-zero base of the conventional...
2021-05-22 John Tsiombikasfixed C++ comment in gfx.c
2021-05-22 John Tsiombikasfixed potentially reading out of bounds when doing...
2021-05-22 John Tsiombikasfirst attempt at fixing the VBE 1.2 fallback code
2021-05-21 John Tsiombikasadded read_cpuid and MTRR support checking before tryin...
2021-05-19 John Tsiombikasfirst attempt at setting write-combining with MTRRs...
2021-05-18 John TsiombikasVBE fix: wrong bpp reported (24) with 32bpp modes
2021-05-18 John Tsiombikaspulled in and adapted the dos code from eradicate