summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2004-04-03UIP update fixbellard1-1/+7
2004-04-02avoid rounding problemsbellard1-0/+4
2004-03-31win32 port (initial patch by kazu)bellard12-254/+65
2004-03-31use new timer APIbellard6-80/+330
2004-03-31more precise RTC emulation (periodic timers + time updates)bellard1-34/+264
2004-03-23fixed IDE probebellard1-1/+1
2004-03-23removed most of global context uses - removed unneeded abort() which cause pr...bellard1-150/+138
2004-03-20write to both IDE drives - return 0 for not present drivesbellard1-14/+43
2004-03-19updated floppy driver: formatting code, disk geometry auto detect (Jocelyn Ma...bellard2-542/+938
2004-03-17device independent VGA screen dumpbellard1-23/+104
2004-03-14io port API changebellard7-158/+193
2004-03-14io port API change - removed dumb console redraw (not useful)bellard1-53/+24
2004-03-14io port API changebellard2-22/+22
2004-03-14removable device support - io port API changebellard2-153/+151
2004-03-14separated more devices from emulatorbellard7-0/+2674
2004-02-25use physical memory access functions for DMAbellard2-41/+34
2004-02-25DMA API changebellard1-27/+18
2004-02-06bochs vbe: virtual screen support and bank switch (untested)bellard1-20/+67
2004-02-06added bochs VBE supportbellard2-36/+262
2004-02-01ide identify fix (initial patch by Jens Axboe)bellard1-4/+5
2004-02-01fixed atapi error codes (initial patch by Jens Axboe)bellard1-3/+6
2004-02-01SEEK_STAT bit ata reset fix (Jens Axboe)bellard1-1/+1
2004-01-27vga memory address fixbellard1-0/+4
2004-01-22ATAPI transfer size fix (NetBSD CDROM access fix) - added WIN_CHECKPOWERMODE1...bellard1-3/+11
2004-01-1916 bit DMA fix (malc)bellard1-28/+10
2004-01-18sb16 patch (malc)bellard1-10/+23
2004-01-18generate read error if no image (win XP install boot)bellard1-2/+6
2004-01-05Floppy disk emulation (Jocelyn Mayer)bellard1-0/+1435
2004-01-05debug fixesbellard1-13/+13
2004-01-05use CPUStatebellard3-15/+19
2004-01-04hack for target_ulong definebellard1-3/+3
2004-01-04CD-ROM detection fixbellard1-5/+10
2004-01-04explicited S3 specific code - added more debug codebellard1-3/+43
2003-11-16make windows happierbellard1-0/+6
2003-11-13Soundblaster 16 support (malc)bellard2-0/+1118
2003-11-12make Knoppix CD-ROM probe happybellard1-0/+26
2003-11-11moved IDE driver to ide.cbellard1-0/+1421
2003-10-30big endian fixesbellard1-19/+15
2003-10-27full softmmu supportbellard1-2/+2
2003-09-30multiscan/doublescan fix (malc)bellard1-12/+21
2003-09-30new directory structurebellard1-2/+2
2003-09-16depth 32 fixbellard1-8/+8
2003-08-11mode X double scan fix (malc)bellard1-2/+4
2003-08-08Full VGA support, including old CGA modes, VGA planar and mode Xbellard2-81/+340
2003-08-05fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard2-32/+38
2003-08-04Hardware level VGA emulation (only text mode is tested)bellard2-0/+1530