aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
2004-04-28isa memory remapping support (aka PPC PREP VGA support)bellard
2004-04-26amd64 port (Jocelyn Mayer)bellard
2004-04-25consistent use of target_ulong and target_phys_addr_tbellard
2004-04-25disabled S3 VGAbellard
2004-04-15avoid segfault if transient invalid text resolutionbellard
2004-04-15blanking supportbellard
2004-04-07vga 9 pixel wide text char fixbellard
2004-03-31win32 port (initial patch by kazu)bellard
2004-03-31use new timer APIbellard
2004-03-17device independent VGA screen dumpbellard
2004-03-14io port API change - removed dumb console redraw (not useful)bellard
2004-02-06bochs vbe: virtual screen support and bank switch (untested)bellard
2004-02-06added bochs VBE supportbellard
2004-01-27vga memory address fixbellard
2004-01-05use CPUStatebellard
2004-01-04hack for target_ulong definebellard
2004-01-04explicited S3 specific code - added more debug codebellard
2003-10-30big endian fixesbellard
2003-09-30multiscan/doublescan fix (malc)bellard
2003-09-30new directory structurebellard
2003-08-11mode X double scan fix (malc)bellard
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