summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/fdc
Commit message (Expand)AuthorAgeFilesLines
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2710-45/+45
* Floppy fixes and refinements AJR2024-09-121-2/+2
* Move format #includes out of header files AJR2023-10-1216-27/+22
* Formats-related #include cleanup AJR2023-10-082-3/+3
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0117-39/+39
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-3/+3
* init vars for coverity (bus/a-l) Robbbert2022-04-022-3/+3
* bus/bbc/fdc: Use arrays of floppy_connector. Nigel Barnes2021-05-0910-84/+68
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-0218-57/+74
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+3
* bus/bbc/fdc: Added the Kenda Professional DMFS and Microware/UDM DDFS boards. Nigel Barnes2020-08-165-63/+287
* bbc_acorn8271/bbc_ams3: Correct 8271 clock (nw) Nigel Barnes2020-06-242-2/+2
* bbc_cv1797: Implemented side and motor control, and now works. Nigel Barnes2020-06-172-39/+32
* bus/bbc/fdc: Added Solidisk DDFS Issues 1/2 and DFDC disk controller boards. Nigel Barnes2020-06-153-4/+476
* bus/bbc/fdc: Added insert_rom property to optionally insert any support roms,... Nigel Barnes2020-03-159-17/+54
* Spring cleaning: Vas Crabb2019-11-012-30/+6
* bbc_acorn1770: Use new mr_w handler to reset FDC (nw) AJR2019-06-131-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-2616-59/+59
* Revert "conflict resolution (nw)" andreasnaive2019-03-2516-59/+59
* bus/bbc/fdc, i8271: Simplify read/write handlers (nw) AJR2019-03-1016-56/+56
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-3/+3
* bbc: Added bus clocks for FDC (8MHz), 1MHz bus (1MHz), and Compact expansion ... Nigel Barnes2018-12-217-15/+15
* bbc_opus8272: Use XTAL (nw) Nigel Barnes2018-12-151-1/+1
* 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-257-0/+7
* bbc: ROMs required by expansion devices are now allocated empty slots in host... Nigel Barnes2018-11-1815-249/+42
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-2/+1
* bbc_ams3_device: Use C escape sequence (nw) Nigel Barnes2018-09-221-1/+1
* bbcb: Added floppy disc controller options:- Nigel Barnes2018-09-175-4/+455
* bbc: Removed machine().device from bbc_fdc_slot_device and bbc_1mhzbus_slot_d... Nigel Barnes2018-09-1712-327/+427
* opus.cpp: fixed my copy-paste error (nw) Ivan Vangelista2018-09-071-1/+1
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-067-111/+103
* i8271.cpp: deMCFG (nw) Ivan Vangelista2018-08-241-4/+4
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-105-8/+8
* devcb3 Vas Crabb2018-07-071-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-295-41/+41
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-275-9/+9
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-065-24/+24
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-047-54/+60
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-7/+7
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+4
* (nw) don't get hit by the bus - remove unnecessary reset calls, improve error... Vas Crabb2018-01-272-5/+15
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-235-9/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-175-11/+11
* bbc_opus8272: Connected TC strobe, device is now working. Nigel Barnes2018-01-112-20/+19
* bbcb: Added Computer Village 1797 FDC (LVL Dos), not working. Nigel Barnes2017-11-063-2/+228
* acorn_dsk: Removed CPN format, now handled with SSD/DSD. Nigel Barnes2017-10-111-1/+0
* unused privates (nw) Vas Crabb2017-08-261-2/+0