aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2004-05-08MSDOS compatibility mode FPU exception supportbellard1-0/+14
2004-05-08SPECIFY command fix (Jocelyn Mayer)bellard1-1/+1
2004-05-08timer for READ_ID (win98 floppy fix) - simpler irq handlingbellard1-36/+44
2004-05-04fixed floppy reset (aka win98 floppy probe fix)bellard1-1/+1
2004-05-04ide slave fixes (aka Win98 CD-ROM detection fix)bellard1-7/+7
2004-05-03pit fixesbellard2-68/+168
2004-04-29keyboard irq generation fixbellard1-21/+18
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)bellard2-16/+17
2004-04-26added temporary option -enable-audiobellard1-3/+5
2004-04-26amd64 portbellard1-20/+22
2004-04-26amd64 port (Jocelyn Mayer)bellard1-1/+1
2004-04-25isa bridge endianness fixesbellard1-4/+12
2004-04-25ide endianness fixesbellard1-10/+6
2004-04-25consistent use of target_ulong and target_phys_addr_tbellard2-22/+22
2004-04-25fixed very unlikely irq bugbellard1-2/+16
2004-04-25disabled S3 VGAbellard1-22/+32
2004-04-25avoid error if too many sectors in non LBA modebellard1-1/+1
2004-04-21NE2000 fixes for windows (Renzo Davoli)bellard1-13/+61
2004-04-16NT mouse fix (Mark Jonckheere)bellard1-0/+4
2004-04-16safer sb16 codebellard1-12/+22
2004-04-15avoid segfault if transient invalid text resolutionbellard1-0/+5
2004-04-15blanking supportbellard1-6/+50
2004-04-12ppc: suppressed unneeded globals and headers - added explicit type for ppc nvrambellard4-129/+92
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard7-253/+1676
2004-04-12fixed invalid command testbellard1-7/+3
2004-04-10fixed keyboard random bug (Mike Nordell)bellard1-2/+2
2004-04-07ide select logic fixbellard1-13/+19
2004-04-07preserve partition table when using -linux optionbellard1-0/+6
2004-04-07fix the no device casebellard1-5/+10
2004-04-07base memory size in cmosbellard1-0/+4
2004-04-07vga 9 pixel wide text char fixbellard2-10/+10
2004-04-07refuse write accesses in BIOS area (aka EMM386.EXE fix) (Mike Nordell)bellard1-0/+1
2004-04-06dma clean up - added missing read accessesbellard1-61/+88
2004-04-05port 92 accessbellard1-0/+14
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