aboutsummaryrefslogtreecommitdiff
path: root/hw/vga_template.h
AgeCommit message (Expand)Author
2012-02-04vga: use constants from vga.hBlue Swirl
2012-02-04vga: move Cirrus VGA template to its own fileBlue Swirl
2009-09-09vga: Rename last VGAState occurrences to VGACommonStateJuan Quintela
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-05-11BGR_FORMAT fixbellard
2006-05-10bgr32 pixel format supportbellard
2004-10-10limited 8 bit support - removed unaligned memory accesses in VGA (initial pat...bellard
2004-06-21endianness fixesbellard
2004-06-06hardware cursor depth = 15 fixbellard
2004-06-06generic hardware cursor supportbellard
2004-04-07vga 9 pixel wide text char fixbellard
2004-02-06added bochs VBE supportbellard
2003-10-27full softmmu supportbellard
2003-09-16depth 32 fixbellard
2003-08-08Full VGA support, including old CGA modes, VGA planar and mode Xbellard
2003-08-05fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard
2003-08-04Hardware level VGA emulation (only text mode is tested)bellard