- VBE banked mode fixes backported from rbench
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 3 May 2022 12:49:41 +0000 (15:49 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 3 May 2022 12:49:41 +0000 (15:49 +0300)
commit574b83282bd01d6b9a70843238bbcbab1590fe76
tree42912ba4dffab7ac555359529ba77edca8787164
parentfb3df30d97e3824335a6c17fd8d49b9706b6b3c7
- VBE banked mode fixes backported from rbench
- write combining setup when available
- added CPUID code
- fixed djgpp build
- noise3 bugfix from andemo
12 files changed:
Makefile
Makefile.dj
src/cpuid.c
src/dos/gfx.c
src/dos/gfx.h
src/dos/main.c
src/dos/vbe.c
src/dos/vga.c
src/noise.c
src/util.h
src/util_s.asm [new file with mode: 0644]
tools/scripts/pceminst