summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd765.cpp
Commit message (Expand)AuthorAgeFilesLines
* casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) Devin Acker2025-06-211-2/+12
* upd765: also set ST0_SE when seeking not ready drive (verified on real hardware) cracyc2024-11-031-2/+2
* -igs/igs_m027.cpp, igs/igs_m027_023vid.cpp: Hide inactive inputs for more games. Vas Crabb2024-10-211-8/+6
* upd765: reset st0 when starting a seek and fail if drive isn't ready cracyc2024-10-191-2/+14
* upd765: indicate ready status in polling irq sense cracyc2024-10-051-1/+1
* upd765: don't enable_transfer after tc cracyc2024-10-051-1/+1
* upd765: don't bail immediately when a sector address crc failure fixes ea int... cracyc2024-09-161-6/+7
* upd765: Drive busy bits should not be cleared until a SIS is executed (#12585) Brian Johnson2024-07-211-20/+8
* psr540: Start adding the floppy Olivier Galibert2024-05-131-1/+0
* upd765.h: remove unused variable hap2024-04-061-2/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-24/+3
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Cleaned up some recent changes. Vas Crabb2023-04-121-36/+37
* lw700i: connect fdc and floppy drive, don't work yet because of dma cracyc2023-04-081-1/+13
* brother/lw350.cpp: Added driver for Brother LW-350,LW-450 word processor. (#1... cracyc2023-04-081-0/+159
* upd765: turn back down excessive default verbosity level cracyc2023-03-201-1/+1
* upd765: Minimally add some auxcmd commands to the 72069 (need docs!) Olivier Galibert2023-03-161-1/+18
* upd765: unify data_irq and other_irq (#10765) cracyc2023-01-021-16/+13
* upd765: clear wc if the found sector has the correct cyl in the address field cracyc2022-12-161-0/+1
* upd765: revert data_completion change and clear data_irq in fifo_r/w. Also d... cracyc2022-12-051-13/+8
* upd765.cpp: return a command_end with data_completion = false for failed comm... Angelo Salese2022-12-011-5/+8
* * new WORKING machine Olivier Galibert2022-09-061-0/+2
* sony_news/news_r4k.cpp: Implemented Sony NEWS NWS-5000X driver. (#8854) Brice Onken2022-08-201-0/+23
* pwrview: fdc work cracyc2022-06-211-13/+18
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-26/+21
* -tim011.cpp: Hooked up floppy drives properly. (#9649) Miodrag Milanović2022-05-021-8/+12
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* upd765: Check write protect during write & format commands (#9145) SomeRandomGuyIdk2022-01-141-2/+19
* upd765: improve SRA and SRB emulation; add DP8473 reset irq (#9062) shattered2021-12-301-4/+32
* Logging format cleanups and minor no-op code changes. (#8932) shattered2021-12-061-2/+2
* upd765: use the command sector size not the address size in read track and se... cracyc2021-10-181-3/+3
* -machine/fdc37c665gt.cpp: Reimplemented with floppy and parallel support. 9871238791132021-03-021-2/+18
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* upd765: Explicitly emulate reset line AJR2020-10-021-36/+62
* upd765: Fix another copy/paste mistake (nw) AJR2020-05-191-2/+2
* upd765: Fix copy/paste mistake (nw) AJR2020-05-191-2/+2
* pc8477a, tc8566af: Increase number of steps for recalibrate command AJR2020-05-191-0/+3
* n82077aa, pc8477: SRA and SRB are not mapped in AT mode (nw) AJR2020-05-181-4/+8
* upd765: Move PS/2-class functionality out of base device (nw) AJR2020-05-181-60/+133
* uPD765 family updates AJR2020-05-181-20/+36
* upd765: bah (nw) Patrick Mackinlay2020-04-241-1/+1
* upd765: partially revert dma change (nw) Patrick Mackinlay2020-04-241-2/+2
* upd765: dma fixes (nw) Patrick Mackinlay2020-04-161-3/+3
* wd37c65c: Note on map use (nw) AJR2020-04-081-0/+3
* Collapse pc_fdc device hierarchy (nw) AJR2020-04-071-1/+1
* upd765: upd72067 stub (nw) Patrick Mackinlay2020-03-261-0/+44
* (nw) misc cleanup: Vas Crabb2019-10-051-11/+11
* wd37c65c: Allow second clock to be configured (not used yet) (nw) AJR2019-04-171-1/+5
* upd765: Add uPD72069 device type for mpc3000 (nw) AJR2019-04-131-1/+14
* upd765: Drive selection improvements AJR2019-04-131-2/+15