summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd765.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* (nw) Clean up the mess on master Vas Crabb2019-03-261-64/+75
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-75/+64
* upd765.cpp: Correct result from Read ID when scan failed AmatCoder2019-03-191-0/+3
* i8251, upd765: Allow read side effects to be disabled (nw) AJR2019-03-101-11/+17
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-38/+18
* upd765: Fix Speedlock copy protection regression. Michael Zapf2019-03-061-10/+21
* fs3216: Start fleshing out the FDC interface (nw) AJR2019-01-121-4/+12
* upd765: Add output callback for unit/drive select lines (nw) AJR2019-01-101-1/+4
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* final cleanup (nw) Vas Crabb2018-08-291-25/+18
* upd765: add aux commands to 72065 (nw) cracyc2018-08-161-1/+15
* upd765: Fixes fifo mess-up on unexpected fifo pushes on hx5102. Michael Zapf2018-08-061-0/+9
* upd765.cpp: Partially revert 9eae4365246db04c1b2b432e24b91268b482564c to unbr... AJR2018-07-131-2/+6
* upd765: i82072 fixes (nw) (#3729) Patrick Mackinlay2018-07-091-57/+109
* logerror is cool with std::string - don't use .c_str, some ostream flags stic... Vas Crabb2018-06-251-36/+36
* upd765: Add HEAD_LOAD state, used as a spinup delay by some systems. Michael Zapf2018-06-181-8/+34
* upd765: Improved logging; removed status flag ST1.ND on missing IDAM/DAM Michael Zapf2018-06-171-24/+97
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-72/+62
* Added logmacros to upd765, increased track buffer for hfe format (nw) Michael Zapf2018-05-101-75/+98
* maps: Finish devices/machine (nw) Olivier Galibert2018-04-201-27/+32
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-55/+63
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-13/+13
* memory: Remove some space parameters from the apple2 domain [O. Galibert] Olivier Galibert2017-12-191-0/+15
* upd765: special case i82072 drive busy bit handling (nw) Patrick Mackinlay2017-10-041-4/+33
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-1/+1
* upd765: sense interrupt status and i82072 changes (#2632) Patrick Mackinlay2017-09-131-78/+274
* upd765: added i82072 (#2607) Patrick Mackinlay2017-08-301-0/+11
* floppy: Add drive LED callback Dirk Best2017-08-271-0/+16
* upd765: Turn logging off (nw) Dirk Best2017-08-181-1/+1
* upd765: Make SEEK also take some time, fixes KOS FORMAT command Dirk Best2017-08-181-3/+3
* upd765: Don't instantly finish the RECALIBRATE command Dirk Best2017-08-181-2/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-27/+27
* Device validation fixes, part FDC (nw) AJR2017-03-031-3/+3