summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/amigafdc.cpp
Commit message (Expand)AuthorAgeFilesLines
* machine/amigafdc.cpp: simplify dsksync behaviour, makes swordsod and itcame t... Angelo Salese2023-02-221-18/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* amiga.cpp: modernization changes (#9263) Angelo Salese2022-02-221-30/+41
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* First pass in improving Amiga SW compatibility (#8722) Angelo Salese2021-10-191-8/+56
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-3/+7
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-1/+1
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-301-10/+7
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-5/+5
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-2/+4
* amigafdc: Eliminate driver_data dependencies (nw) AJR2017-12-201-10/+12
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-45/+46
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-7/+7
* clang-modernize part 3 Miodrag Milanovic2015-12-041-4/+4
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+656