summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd1010.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-11/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-6/+5
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-3/+3
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-39/+42
* hard_disk_file: classify Olivier Galibert2022-04-011-7/+7
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* wd1010: expand head selection Patrick Mackinlay2021-05-101-0/+9
* wd1010: Improve implementation Dirk Best2020-10-101-72/+150
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-131-1/+1
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-4/+4
* (nw) suppress side effects, standardise #include guards Vas Crabb2019-04-121-1/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+583
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-583/+0
* New device: Western Digital WD1010-05 Dirk Best2019-02-231-0/+583