aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/vgabios.c
Commit message (Expand)AuthorAgeFilesLines
* stdvgaio: Only read/write one color palette entry at a timeKevin O'Connor2024-04-131-11/+11
* stdvga: Rename stdvga_get_vde() to stdvga_get_vertical_size()Kevin O'Connor2024-04-051-2/+2
* stdvga: Rename stdvga_set_scan_lines() to stdvga_set_character_height()Kevin O'Connor2024-04-051-6/+6
* stdvga: Rename stdvga_set_text_block_specifier() to stdvga_set_font_location()Kevin O'Connor2024-04-051-1/+1
* stdvga: Rework stdvga palette index paging interface functionsKevin O'Connor2024-04-051-2/+5
* stdvga: Rename stdvga_toggle_intensity() to stdvga_set_palette_blinking()Kevin O'Connor2024-04-051-1/+1
* stdvga: Rename CGA palette functionsKevin O'Connor2024-04-051-2/+2
* vgasrc: Use curmode_g instead of vmode_g when mode is the current video modeKevin O'Connor2024-03-151-3/+3
* vgasrc: round up save/restore sizeDaniel Verkamp2024-03-121-1/+1
* vgabios: Fix preserve memory flag in handle_1000Kevin O'Connor2020-07-131-4/+3
* 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