aboutsummaryrefslogtreecommitdiff
path: root/hw/fdc.c
AgeCommit message (Expand)Author
2007-09-13Emulate spinning floppy disk, by Jan Jezabek.ths
2007-07-11Spelling fix, by Stefan Weil.ths
2007-05-19Use full 36-bit physical address space on SS10blueswir1
2007-04-14Add device save and reset methods to FDC and M48T59blueswir1
2007-04-07Unify IRQ handling.pbrook
2007-01-05Fix comment, by Volker Ruppert.ths
2006-12-10Fix sector size overflow, by Herbert Xu.ths
2006-08-19use bdrv_media_changed()bellard
2005-03-13sparc fixes (Blue Swirl)bellard
2005-01-03suppressed warnings in 64 bit casebellard
2004-12-19SPARC mergebellard
2004-11-07audio merge (malc)bellard
2004-10-10fdc fix (Mike Nordell)bellard
2004-10-09spelling fixesbellard
2004-10-07floppy fixes (initial patch by Mike Nordell)bellard
2004-05-12floppy fixbellard
2004-05-08SPECIFY command fix (Jocelyn Mayer)bellard
2004-05-08timer for READ_ID (win98 floppy fix) - simpler irq handlingbellard
2004-05-04fixed floppy reset (aka win98 floppy probe fix)bellard
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard
2004-03-31win32 port (initial patch by kazu)bellard
2004-03-19updated floppy driver: formatting code, disk geometry auto detect (Jocelyn Ma...bellard
2004-03-14removable device support - io port API changebellard
2004-02-25use physical memory access functions for DMAbellard
2004-01-18generate read error if no image (win XP install boot)bellard
2004-01-05Floppy disk emulation (Jocelyn Mayer)bellard