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