summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd765.h
Commit message (Expand)AuthorAgeFilesLines
* casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) Devin Acker2025-06-211-1/+2
* Demote tautological-compare to a warning again. Vas Crabb2024-11-271-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-21/+21
* upd765: Drive busy bits should not be cleared until a SIS is executed (#12585) Brian Johnson2024-07-211-5/+3
* upd765.h: remove unused variable hap2024-04-061-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* Cleaned up some recent changes. Vas Crabb2023-04-121-2/+4
* lw700i: connect fdc and floppy drive, don't work yet because of dma cracyc2023-04-081-0/+1
* brother/lw350.cpp: Added driver for Brother LW-350,LW-450 word processor. (#1... cracyc2023-04-081-0/+29
* upd765: Minimally add some auxcmd commands to the 72069 (need docs!) Olivier Galibert2023-03-161-0/+2
* upd765: unify data_irq and other_irq (#10765) cracyc2023-01-021-1/+1
* sony_news/news_r4k.cpp: Implemented Sony NEWS NWS-5000X driver. (#8854) Brice Onken2022-08-201-0/+13
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-6/+3
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-3/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* upd765: improve SRA and SRB emulation; add DP8473 reset irq (#9062) shattered2021-12-301-0/+3
* upd765: Explicitly emulate reset line AJR2020-10-021-3/+5
* upd765: Move PS/2-class functionality out of base device (nw) AJR2020-05-181-10/+33
* uPD765 family updates AJR2020-05-181-0/+4
* Collapse pc_fdc device hierarchy (nw) AJR2020-04-071-29/+6
* upd765: upd72067 stub (nw) Patrick Mackinlay2020-03-261-1/+9
* (nw) misc cleanup: Vas Crabb2019-10-051-6/+6
* wd37c65c: Allow second clock to be configured (not used yet) (nw) AJR2019-04-171-0/+13
* upd765: Add uPD72069 device type for mpc3000 (nw) AJR2019-04-131-0/+9
* upd765: Drive selection improvements AJR2019-04-131-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-23/+20
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-20/+23
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-22/+15
* fs3216: Start fleshing out the FDC interface (nw) AJR2019-01-121-1/+3
* upd765: Add output callback for unit/drive select lines (nw) AJR2019-01-101-0/+2
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-18/+18
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-1/+2
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-72/+30
* -hd63450: Removed MCFG, nw mooglyguy2018-08-281-1/+10
* upd765: add aux commands to 72065 (nw) cracyc2018-08-161-0/+1
* upd765: i82072 fixes (nw) (#3729) Patrick Mackinlay2018-07-091-1/+9
* devcb3 Vas Crabb2018-07-071-4/+11
* logerror is cool with std::string - don't use .c_str, some ostream flags stic... Vas Crabb2018-06-251-2/+2
* upd765: Add HEAD_LOAD state, used as a spinup delay by some systems. Michael Zapf2018-06-181-0/+1
* upd765: Improved logging; removed status flag ST1.ND on missing IDAM/DAM Michael Zapf2018-06-171-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-9/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-15/+15
* memory: Remove some space parameters from the apple2 domain [O. Galibert] Olivier Galibert2017-12-191-0/+3
* upd765: special case i82072 drive busy bit handling (nw) Patrick Mackinlay2017-10-041-1/+2
* upd765: sense interrupt status and i82072 changes (#2632) Patrick Mackinlay2017-09-131-6/+30
* upd765: added i82072 (#2607) Patrick Mackinlay2017-08-301-0/+12
* floppy: Add drive LED callback Dirk Best2017-08-271-0/+1
* upd765: Don't instantly finish the RECALIBRATE command Dirk Best2017-08-181-0/+1