summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd_fdc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* wd_fdc.cpp: Add optional logging for data reads and writes AJR2023-08-311-4/+6
* wd_fdc.cpp: DRQ fixes AJR2023-08-251-10/+1
* wd_fdc.cpp: simplify/optimize how bus inverting is handled (#11375) Mark Garlanger2023-07-021-47/+31
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-44/+20
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-031-4/+4
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-7/+7
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* srcclean in preparation for release Vas Crabb2023-04-231-1/+1
* wd_fdc: IRQ/DRQ corrections AJR2023-04-161-9/+2
* wd_fdc: Drop DRQ when ending a normal command or starting a "Force Interrupt"... AJR2023-04-161-1/+9
* machine/wd_fdc.cpp: Don’t clear DRQ on LDB/INTR, and fix spurious READ TRA... tim lindner2023-03-311-60/+47
* wd_fdc: adjust wp detection delay to better match real hardware (#10547) tim lindner2022-11-141-2/+2
* Add FDC Write Protect Delay (#10538) tim lindner2022-11-121-4/+32
* Revert "wd_fdc: Use the new active()" hap2022-11-011-1/+1
* wd_fdc: Use the new active() Olivier Galibert2022-10-291-1/+1
* Fix FDC Busy bit for overlapped commands (#10464) pnp20842022-10-241-1/+3
* wd_fdc: reset the contents of data_reg when the sync is changed pnp20842022-10-221-11/+18
* fd1771: Add missing inversion Olivier Galibert2022-10-171-2/+2
* fd1771: Add extended DDAM handling Olivier Galibert2022-10-161-2/+13
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-12/+29
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Minor cleanup: Vas Crabb2021-11-221-26/+13
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-211-18/+18
* wd_fdc: Wait for sector read/write to complete on interrupt d0-7, fixes rmnim... prime68092021-11-081-2/+108
* -goldnpkr.cpp: Base screen parameters on how games program the CRTC. Vas Crabb2021-09-131-1/+2
* wd_fdc.cpp revert prev and add INTRQ logic notes MetalliC2021-05-171-1/+9
* wd_fdc: commands don't clear forced interrupt Patrick Mackinlay2021-05-171-1/+1
* thomson: Turn the extensions into slot devices, modernize the floppies Olivier Galibert2021-04-191-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* wd_fdc.cpp: Corrected register commit delay for WD177x according to datasheet. Nigel Barnes2020-08-301-3/+3
* vice versa (nw) MetalliC2020-07-011-1/+1
* wd_fdc.cpp do not RESTORE at reset WD1770/72 MetalliC2020-07-011-5/+7
* wd_fdc.cpp fix spinup on interrupt command MetalliC2020-07-011-0/+2
* wd_fdc.cpp: accept new commands while in busy state, workaround for spurious ... MetalliC2020-06-151-9/+30
* wd_fdc.cpp set BUSY during initial restore to make it correctly interruptable MetalliC2020-06-111-1/+2
* wd_fdc.cpp honor write protection (nw) MetalliC2020-06-021-0/+12
* wd_fdc.cpp do not delay SEEK with no Verify flag MetalliC2020-06-011-4/+9
* wd_fdc.cpp: a bit improve HLD/HLT handling, fix FD1771 timings and enable spi... MetalliC2020-05-311-20/+27
* wd_fdc: Use attotime::to_string instead of custom time-to-string method; anot... AJR2020-05-211-38/+25
* wd_fdc: Fix logerror messages; turn logging back off (nw) AJR2020-05-201-7/+7
* wd_fdc: Improve HLD behavior, always activating output at start of type II & ... AJR2020-05-191-28/+46
* wd_fdc.cpp: Save INTRQ and DRQ states (nw) AJR2020-04-021-0/+2
* wd_fdc: Changed spindown delay to 9 revs according to specs, added MON cleari... Michael Zapf2020-03-211-1/+5
* wd_fdc: Add a MON callback so that drives, which are unselected early, do not... Michael Zapf2020-03-201-1/+9
* wd_fdc: Increase HLD idle timeout to 15 revolutions except for FD1771 and FD1781 AJR2020-02-201-1/+24
* wd_fdc: Condition command completion interrupt on busy flag having been set AJR2020-02-191-2/+2
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-241-1/+1
* new working ZX Spectrum slot devices: DISCiPLE and +D disk interfaces (#5931) Tom2019-11-221-0/+8
* wd_fdc: change Interrupt command logic based on WD1772 and VG93(1793 clone) d... MetalliC2019-09-261-39/+8
* wd_fdc: add a SSO callback. 68bit2019-08-131-10/+37