summaryrefslogtreecommitdiff
path: root/vgabios
AgeCommit message (Expand)AuthorFilesLines
2004-06-17- fixed makefile targets for the binaries with cirrus extensionvruppert5-12/+12
2004-06-16- applied suzu's cirrus extension patch. Cirrus SVGA detection, most of thevruppert7-2/+1119
2004-05-31- write character in planar graphics modes: sequencer map mask must be 0x0f andvruppert3-3/+8
2004-05-11- biosfn_select_vert_res rewritten in assemblervruppert3-64/+107
2004-05-09- VBE init code and some dispi ioport functions rewritten in assemblervruppert5-89/+189
2004-05-08- VBE internal functions dispi_set_enable and dispi_set_bank now called both ...vruppert9-190/+150
2004-05-06- VBE functions 0x05, 0x06, 0x07 and some dispi ioport functions rewritten in...vruppert5-164/+221
2004-05-05- 8 bit DAC capability flag setvruppert6-134/+152
2004-05-02- text scroll functions for PLANAR1/PLANAR4 graphics modes addedvruppert3-119/+187
2004-05-01- biosfn_enable_cursor_emulation rewritten in assemblervruppert3-29/+60
2004-04-25- table entries for vga mode 0x0f fixed (PLANAR2 exists on EGA only)vruppert4-34/+49
2004-04-25- block address calculation in font functions fixedvruppert3-51/+80
2004-04-24- read/write graphics pixel for PLANAR4 modes addedvruppert3-30/+118
2004-04-23- remaining palette and dac read/write functions (except gray scale summing)vruppert3-171/+254
2004-04-18- some palette and dac read/write functions rewritten in assemblervruppert3-141/+276
2004-04-18updated my email address + put vgabios url in the bios copyright stringjapj2-4/+4
2004-04-17- biosfn_set_video_mode: don't load DAC registers if default palette loading isvruppert3-27/+26
2004-04-08- write character function for the LINEAR8 modevruppert3-16/+81
2004-04-06- init functions rewitten in assemblervruppert3-55/+95
2004-04-05- functions biosfn_get_video_mode() and biosfn_read_display_code() rewrittenvruppert3-35/+58
2004-04-04- write character function for CGA modes addedvruppert3-30/+204
2004-02-23- dispi_get_max_bpp(): restore the original value of the vbe enable registervruppert3-5/+6
2004-02-22- new function dispi_get_max_bpp() returns the bpp capabilities of the Bochs guivruppert6-30/+50
2004-02-21- dynamicly genarated vbe mode_info list works nowvruppert5-102/+93
2003-11-17- new VBE presence flag stored at unused BDA address 0xB9vruppert6-28/+10
2003-11-05- update ChangeLog for 0.4c releasecbothamy1-23/+58
2003-11-05- add changes for 0.4c releasecbothamy1-0/+4
2003-11-05- compile vgabios.c rev1.38cbothamy2-0/+0
2003-11-05- activate char table after loading it when setting a text video modecbothamy1-2/+16
2003-11-05- when making a release, remove unwanted files first, and exclude CVS from th...cbothamy1-3/+3
2003-11-04- update ChangeLog for 0.4b releasecbothamy1-300/+354
2003-11-04- update Changes for 0.4b releasecbothamy1-1/+10
2003-11-04- biosfn_get_font_info(): character height must be returned in CXvruppert3-2/+2
2003-11-03- the 'noclearmem' flag is not stored in the 'current video mode' register (0...vruppert4-7/+9
2003-10-05- changed VBE i/o registers to 0x01CE/CF (suggestion from Daniel Gimpelevich)vruppert4-4/+5
2003-08-18- wrong offsets to the character tables (INT 0x1F/0x43) fixed (underscore added)vruppert3-30/+34
2003-08-17- ChangeLog is now automatically generated by running "cvs2cl -r -t -P -S"cbothamy1-61/+626
2003-08-17- added the old ChangeLog in the HOSTORY section of the README filecbothamy1-2/+73
2003-08-17- fix Makefile for "release" targetcbothamy1-1/+1
2003-08-15- update the Makefile for releasescbothamy5-14/+21
2003-08-07- current VBE mode now stored in BDA (unused address 0xBA)vruppert2-0/+0
2003-08-07- current VBE mode now stored in BDA (unused address 0xBA)vruppert2-11/+12
2003-07-20- fixed a few functions accessing the attribute controllervruppert3-11/+6
2003-07-19- re-enable video after programming the attribute controllervruppert3-2/+12
2003-07-16- LFB flag now stored in the register VBE_DISPI_INDEX_ENABLEvruppert7-10/+15
2003-07-15- new function dispi_get_bpp()vruppert2-0/+0
2003-07-15- new function dispi_get_bpp()vruppert2-21/+31
2003-07-14- description of VBE_DISPI_ interface 0xb0c2 addedvruppert1-7/+16
2003-07-10- 15 bpp VBE modes addedvruppert4-2/+286
2003-07-01- VBE preserve display memory feature implementedvruppert5-6/+151