summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_fdc.cpp
Commit message (Expand)AuthorAgeFilesLines
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* bus/coco: Simplify handler signatures and uint type names (nw) AJR2020-06-071-33/+33
* coco_fdc.cpp: fixed most coco drivers not working in devnoclear builds (nw) Ivan Vangelista2020-05-311-0/+2
* CoCo: added Disto no-halt disk controller (#6632) tim lindner2020-05-091-40/+227
* cxd1095, msm6242: Simplify handler signatures; use shorter type names (nw) AJR2020-03-111-2/+2
* coco2: Converted all coco/dragon extension devices to use cts handlers. Nigel Barnes2019-05-251-1/+12
* Fix OS-9 disk writing bug (#4925) tim lindner2019-04-261-1/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+3
* bus/bbc/exp, bus/bbc/rom, ds1315, upd7002: Simplify read/write handlers (nw) AJR2019-03-141-3/+3
* dragon: Fixed loading of slot devices from dragon_cart softlist (nw) Nigel Barnes2019-01-251-0/+9
* 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-2/+2
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-16/+13
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+2
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-8/+8
* 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-3/+4
* Sarayan made me do it. Vas Crabb2018-04-281-6/+10
* Coco2drivewire (#3260) David Ladd2018-02-281-0/+34
* 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-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-9/+14
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-14/+9
* fixing/improving metadata on CoCo FDCs: CP-450 and CD-6809 Felipe Corrêa da Silva Sanches2017-11-301-9/+14
* new CoCo fdc clone: Codimex CD6809_FDC (1986) Felipe Corrêa da Silva Sanches2017-11-251-0/+34
* Coco FDC: Fix MT06640 (possibly also MT06639) Dirk Best2017-08-021-1/+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-49/+35
* Added read support for the disk format SDF used in the CoCoSDC (#2345) tim lindner2017-05-311-1/+3
* 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-17/+17
* dragon32: Corrected release year and company of Spanish clones Nigel Barnes2017-04-171-2/+6
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* [CoCo] Made third and fourth floppy drives on by default, and made "fixed" (#... npwoods2017-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-12/+12
* srcclean (nw) Vas Crabb2016-09-261-17/+17
* Split CoCo and Dragon FDC code, added save state support, fixed regression in... Nathan Woods2016-09-161-427/+245
* Rough C++ modernization of CoCo cartridge infrastructure (usage of 'enum clas... Nathan Woods2016-08-181-8/+8
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-6/+6
* Devfind revision phase 2 (nw) AJR2016-08-051-4/+6
* Typo fix: controler → controller Jordi Mallach2016-04-011-4/+4
* reverting: Miodrag Milanovic2016-01-201-8/+8
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-8/+8
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* clang-modernize part 2 Miodrag Milanovic2015-12-041-3/+3