summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd_fdc.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* wd_fdc.cpp: simplify/optimize how bus inverting is handled (#11375) Mark Garlanger2023-07-021-1/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-9/+9
* machine/wd_fdc.cpp: Don’t clear DRQ on LDB/INTR, and fix spurious READ TRA... tim lindner2023-03-311-1/+3
* Add FDC Write Protect Delay (#10538) tim lindner2022-11-121-0/+3
* wd_fdc: reset the contents of data_reg when the sync is changed pnp20842022-10-221-1/+1
* fd1771: Add extended DDAM handling Olivier Galibert2022-10-161-0/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+5
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-211-5/+5
* wd_fdc: Wait for sector read/write to complete on interrupt d0-7, fixes rmnim... prime68092021-11-081-5/+8
* wd_fdc.cpp: accept new commands while in busy state, workaround for spurious ... MetalliC2020-06-151-0/+1
* wd_fdc: Use attotime::to_string instead of custom time-to-string method; anot... AJR2020-05-211-3/+0
* wd_fdc: Improve HLD behavior, always activating output at start of type II & ... AJR2020-05-191-1/+4
* wd_fdc: Add a MON callback so that drives, which are unselected early, do not... Michael Zapf2020-03-201-0/+3
* wd_fdc: Increase HLD idle timeout to 15 revolutions except for FD1771 and FD1781 AJR2020-02-201-0/+1
* new working ZX Spectrum slot devices: DISCiPLE and +D disk interfaces (#5931) Tom2019-11-221-0/+1
* wd_fdc: change Interrupt command logic based on WD1772 and VG93(1793 clone) d... MetalliC2019-09-261-1/+0
* wd_fdc: add a SSO callback. 68bit2019-08-131-1/+4
* wd_fdc: Emulate writes to master reset line; allow read side effects to be di... AJR2019-06-011-1/+4
* ampro: Various additions (nw) AJR2019-05-281-1/+2
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-1/+2
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-25/+0
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-24/+14
* devcb3 Vas Crabb2018-07-071-5/+10
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-19/+19
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-69/+0
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-10/+10
* wd_fdc: Convert line handlers to READ/WRITE_LINE_MEMBER to make them devcb-ac... AJR2017-10-281-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-99/+99
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* wd_fdc: added a configuration for disable the motor control when MO line is n... Sandro Ronco2016-12-231-1/+5
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-60/+60
* floppy: Fix subtle interaction between wd_fdc initial restore and floppy rese... Olivier Galibert2016-03-101-1/+3
* reverting: Miodrag Milanovic2016-01-201-26/+26
* 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-26/+26
* override part 1 (nw) Miodrag Milanovic2015-12-051-28/+28
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+683