summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pdc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+13
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-9/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-17/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* 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
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-7/+7
* some more device_add_mconfig. Only devices/bus remains. (nw) Ivan Vangelista2017-06-021-12/+2
* 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-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+0
* r9751: Add save state support, document progress, and clean up Brandon Munger2016-06-281-0/+13
* r9751: Fix race condition in PDC device. Multi disk load now possible. Brandon Munger2016-05-081-19/+21
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-97/+97
* r9751: Update PDC documentation Brandon Munger2015-12-201-1/+82
* r9751: Add dip switches to PDC for HDD and FDD Brandon Munger2015-12-201-18/+67
* r9751: Fix floppy disk access and add log defines Brandon Munger2015-12-201-56/+89
* r9751: PDC floppy read support Brandon Munger2015-12-201-11/+49
* r9751: More PDC DMA additions Brandon Munger2015-12-201-11/+29
* r9751: Initial DMA hookups and driver cleanup Brandon Munger2015-12-201-104/+105
* r9751: rename drivers to cpp Brandon Munger2015-12-201-0/+371