Updated LGPL'd VGABIOS to version 0.9a.

This commit is contained in:
Volker Ruppert 2024-03-03 19:51:23 +01:00
parent a30d446d37
commit 2990c09fdc
7 changed files with 23 additions and 5 deletions

View File

@ -29,7 +29,7 @@ Brief summary :
- Disk images: Allows large VHD image files
- Fixed and enhanced the Floppy Disk emulation, VGA emulation fixes
- Expand maximum resolution for Banshee and Voodoo 3 from 1600x1280 to 1920x1440
- LGPL'd VGABIOS updated to version 0.8c (several VBE fixes / additions)
- LGPL'd VGABIOS updated to version 0.9a (several VBE fixes / additions)
- Documentation updates and fixes
Detailed change log :
@ -231,11 +231,18 @@ Detailed change log :
-BIOS / VGABIOS
- Added capability to enter keycode with ALT + numeric keypad
- LGPL'd VGABIOS updated to version 0.8b (from https://github.com/bochs-emu/VGABIOS)
- LGPL'd VGABIOS updated to version 0.9a (from https://github.com/bochs-emu/VGABIOS)
- Added VBE get/set palette data support for Banshee and Cirrus versions
- Fixed order of colors in VBE function get/set palette data
- Added VBE set palette data support to protected mode interface
- VESA BIOS function 0x4f00 now stores strings in OemData (for VBE 2.0)
- Implemented AH=12h / BL=36h (video refresh control)
- Banshee: Added support for VBE function get/set palette format
- Fixed video mode detection for TTY functions
- Fixed Cirrus vertical timing parameters for 800x600 modes
- Added protected mode interface for the Banshee and Cirrus version
- Cirrus: Added support for 1152x864x8 video mode
-------------------------------------------------------------------------
Changes in 2.7 (August 1, 2021):

View File

@ -98,14 +98,25 @@ The source code is based on information taken from :
Feedback
--------
Please report any bugs, comments, patches for this VGA Bios
on savannah pages at: http://savannah.nongnu.org/projects/vgabios/
You can find the latest release at : http://www.nongnu.org/vgabios/
For any information on bochs, visit the website http://bochs.sourceforge.net/
on Github at: https://github.com/bochs-emu/VGABIOS
You can find the latest release at https://github.com/bochs-emu/VGABIOS/releases
For any information on this VGABIOS, see https://www.nongnu.org/vgabios/
For any information on bochs, visit the website https://bochs.sourceforge.io/
For any information on Qemu, visit the website http://wiki.qemu.org/
History
-------
vgabios-0.9a : Mar 03 2024
- Volker
- Implemented AH=12h / BL=36h (video refresh control)
- Banshee: Added support for VBE function get/set palette format
- Fixed video mode detection for TTY functions
- Fixed Cirrus vertical timing parameters for 800x600 modes
- Added protected mode interface for the Banshee and Cirrus version
- Vort
- Cirrus: Added support for 1152x864x8 video mode
vgabios-0.8c : Jan 07 2024
- Volker
- added VBE set palette data support to protected mode interface

Binary file not shown.

Binary file not shown.