summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd1000.cpp
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-8/+2
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-4/+4
* wd1000: use resolve_safe for m_intrq_cb (#10382) Brian Johnson2022-10-021-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-32/+30
* hard_disk_file: classify Olivier Galibert2022-04-011-14/+14
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-2/+2
* wd1000: save state 68bit2019-11-081-19/+34
* srcclean (nw) Vas Crabb2019-09-221-1/+1
* wd1000.cpp: Replace bzero with std::fill (nw) AJR2019-08-271-1/+1
* swtpc09: add hard disk support for the DMAF3 controller 68bit2019-08-271-4/+0
* WD1000: new hard disk controller 68bit2019-08-261-0/+622