summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd_fdc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* wd_fdc: Emulate writes to master reset line; allow read side effects to be di... AJR2019-06-011-34/+60
* wd_fdc: Don't let the absence of the new callback break the device (nw) AJR2019-05-311-1/+2
* ampro: Various additions (nw) AJR2019-05-281-0/+4
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+2
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-18/+18
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-16/+16
* Added FM resyncs in READ_TRACK, changed threshold. Michael Zapf2018-04-211-23/+36
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-26/+26
* wd_fdc.cpp: updated debug printouts to use logmacro.h LOG messages, feel free... Joakim Larsson Edstrom2017-12-151-116/+140
* wd_fdc: Convert line handlers to READ/WRITE_LINE_MEMBER to make them devcb-ac... AJR2017-10-281-9/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-157/+163
* Self-registering devices prep: Vas Crabb2017-02-271-23/+23
* wd_fdc: tag command names in debug messages Sergey Svishchev2017-02-201-7/+7
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* wd_fdc: added a configuration for disable the motor control when MO line is n... Sandro Ronco2016-12-231-3/+9
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-60/+60
* wd_fdc: suppress index pulse irq when busy. (nw) cracyc2016-06-111-7/+7
* remove leftover logging (nw) Dirk Best2016-03-101-1/+1
* floppy: Fix subtle interaction between wd_fdc initial restore and floppy rese... Olivier Galibert2016-03-101-79/+84
* x1: try implicitly starting the motor when the head is loaded. [nw] cracyc2016-01-211-0/+3
* reverting: Miodrag Milanovic2016-01-201-95/+95
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-3/+3
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-95/+95
* Revert "Update device names" Miodrag Milanović2015-12-281-23/+23
* Update wd_fdc.cpp MASH2015-12-201-23/+23