aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-29Bochs VBE emulation fixbellard1-1/+2
2004-04-28Bochs VBE emulation fixbellard1-0/+8
2004-04-28isa memory remapping support (aka PPC PREP VGA support)bellard1-15/+14
2004-04-26amd64 port (Jocelyn Mayer)bellard1-1/+1
2004-04-25consistent use of target_ulong and target_phys_addr_tbellard1-6/+6
2004-04-25disabled S3 VGAbellard1-22/+32
2004-04-15avoid segfault if transient invalid text resolutionbellard1-0/+5
2004-04-15blanking supportbellard1-6/+50
2004-04-07vga 9 pixel wide text char fixbellard1-2/+2
2004-03-31win32 port (initial patch by kazu)bellard1-22/+0
2004-03-31use new timer APIbellard1-0/+94
2004-03-17device independent VGA screen dumpbellard1-23/+104
2004-03-14io port API change - removed dumb console redraw (not useful)bellard1-53/+24
2004-02-06bochs vbe: virtual screen support and bank switch (untested)bellard1-20/+67
2004-02-06added bochs VBE supportbellard1-36/+242
2004-01-27vga memory address fixbellard1-0/+4
2004-01-05use CPUStatebellard1-5/+9
2004-01-04hack for target_ulong definebellard1-3/+3
2004-01-04explicited S3 specific code - added more debug codebellard1-3/+43
2003-10-30big endian fixesbellard1-19/+15
2003-09-30multiscan/doublescan fix (malc)bellard1-12/+21
2003-09-30new directory structurebellard1-2/+2
2003-08-11mode X double scan fix (malc)bellard1-2/+4
2003-08-08Full VGA support, including old CGA modes, VGA planar and mode Xbellard1-72/+205
2003-08-05fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard1-26/+32
2003-08-04Hardware level VGA emulation (only text mode is tested)bellard1-0/+1236