summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/dragon_fdc.cpp
Commit message (Expand)AuthorAgeFilesLines
* bus/coco: Simplify handler signatures and uint type names (nw) AJR2020-06-071-25/+25
* Spring cleaning: Vas Crabb2019-11-011-4/+4
* coco2: Converted all coco/dragon extension devices to use cts handlers. Nigel Barnes2019-05-251-0/+18
* Fix OS-9 disk writing bug (#4925) tim lindner2019-04-261-0/+1
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-1/+1
* remove some ROM_LOAD_OPTIONAL, clean up some miscellaneous stuff (nw) Vas Crabb2018-10-311-3/+3
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-4/+4
* dragon devices: remove MCFG_ and machine().device (nw) Nigel Barnes2018-07-171-33/+23
* Avoid multiple explicit instantiations definition of templates Stefan BrĂ¼ns2018-06-291-3/+0
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-11/+12
* Sarayan made me do it. Vas Crabb2018-04-281-4/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* dragon_fdc.cpp: Added Premier FDC, for DeltaDOS. Nigel Barnes2018-01-111-26/+165
* cococart: Provide a proper header for each device file (nw) AJR2017-11-231-0/+2
* [CoCo] Follow up hygiene on CoCo cartridge slot refactoring (#2371) npwoods2017-06-111-2/+2
* CoCo: Overhaul to the cartridge slot subsystem and Speech/Sound Cartridge sup... npwoods2017-06-011-19/+8
* Added read support for the disk format SDF used in the CoCoSDC (#2345) tim lindner2017-05-311-0/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+12
* dragon32: Corrected release year and company of Spanish clones Nigel Barnes2017-04-171-2/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-051-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* srcclean (nw) Vas Crabb2016-09-261-71/+71
* Split CoCo and Dragon FDC code, added save state support, fixed regression in... Nathan Woods2016-09-161-0/+333