aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/vgabios.c
Commit message (Expand)AuthorAgeFilesLines
* vgautil: Move definitions from cbvga.h and clext.h to vgautil.hKevin O'Connor2016-08-051-1/+0
* vgautil: Add new header file with misc function and variable definitionsKevin O'Connor2016-08-051-0/+1
* vgainit: Move video param setup to stdvga_build_video_param()Kevin O'Connor2016-08-051-0/+1
* vgafb: Move header definitions from vgabios.h to new file vgafb.hKevin O'Connor2016-08-041-0/+1
* swcursor: Concentrate swcursor logic in swcursor.cKevin O'Connor2016-08-041-6/+2
* vgabios: Simplify scroll logicKevin O'Connor2016-07-211-43/+14
* vgabios: Simplify set_cursor_pos()Kevin O'Connor2016-07-041-18/+10
* vgabios: Don't check for special case of page==0xff on external callsKevin O'Connor2016-07-041-10/+4
* vgabios: Remove special case of dh==0xff in handle_1013()Kevin O'Connor2016-07-041-7/+1
* vgabios: Don't use "smsww" instruction - it confuses x86emuKevin O'Connor2015-04-101-1/+1
* vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor2015-03-181-0/+6
* vgabios: On bda_save_restore() the saved vbe_mode also has flags in itKevin O'Connor2015-03-171-1/+1
* vgabios: Add software cursor capabilityKevin O'Connor2014-11-121-3/+10
* vgabios: Fill in available legacy modes in video_func_static at runtimeKevin O'Connor2014-10-271-2/+2
* vgabios: Move standard table definitions to std/vga.hKevin O'Connor2014-10-271-36/+8
* vgabios: Only init BDA device details in init_bios_area()Kevin O'Connor2014-10-271-9/+0
* vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor2014-10-271-28/+25
* vgabios: Set cursor shape fixesKevin O'Connor2014-10-271-11/+7
* vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()Kevin O'Connor2014-10-271-15/+7
* vgabios: Cache a pointer to the current mode struct in the BDAKevin O'Connor2014-10-271-2/+6
* vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor2014-10-271-4/+4
* vgabios: Return from handle_1011() if handler found.Kevin O'Connor2014-05-281-9/+9
* vgabios: Introduce text_address().Kevin O'Connor2014-04-111-8/+4
* vgabios: Split vgafb_scroll() into separate move and clear functions.Kevin O'Connor2014-04-111-11/+52
* vgabios: Add option to control use of standard VGA IO ports.Kevin O'Connor2014-04-111-12/+32
* vgabios: Refactor write_teletype and write_chars.Kevin O'Connor2014-02-081-49/+31
* vgabios: Don't interpret TAB character.Kevin O'Connor2014-02-081-7/+0
* vgabios: Simplify save/restore mechanism.Kevin O'Connor2014-02-051-41/+37
* vgabios: Simplify the bios save state area.Kevin O'Connor2014-02-051-37/+10
* vgabios: Make sure exported structs use PACKED.Kevin O'Connor2014-02-051-1/+1
* vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor2013-12-041-153/+1
* vgabios: Support allocating an extra stack for vgabios calls and default on.Kevin O'Connor2013-12-041-0/+43
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-1/+1
* Move vbe.h to std/vbe.h.Kevin O'Connor2013-09-181-1/+1
* Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor2013-09-181-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-8/+9
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+2
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-2/+2
* vgabios: Fix cirrus memory clear on mode switch.Kevin O'Connor2013-03-091-1/+1
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-1/+1
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-2/+2
* vgabios: implement AX=1120H..1124H functionsPaolo Bonzini2013-01-121-0/+60
* Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.Kevin O'Connor2012-06-101-4/+1
* vgabios: Fetch _rom_header_size from the global segment when computing the RO...Julian Pidancet2012-03-061-1/+2
* vgabios: int1009 handler bug limits count to 256 characters.Kevin O'Connor2012-03-061-0/+5
* vgabios: Some tweaks to optimize stack space.Kevin O'Connor2012-02-131-55/+41
* vgabios: Minor vgabios fixes.Kevin O'Connor2012-02-121-17/+5
* vgabios: Add version string to debug output.Kevin O'Connor2012-02-111-0/+2
* vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor2012-02-041-5/+8
* vgabios: Move save/restore state code from vgabios.c to stdvga.c.Kevin O'Connor2012-02-041-66/+30