summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarifdc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-221-2/+2
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+0
* use C++ library includes (nw) firewave2020-01-221-1/+1
* flopdrv: Even legacy devices need some code cleanup (nw) AJR2019-11-051-31/+17
* atarifdc: Eliminate machine().device (nw) AJR2019-05-161-11/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+3
* mame\video: removed MACHINE_CONFIG macros (nw) Ivan Vangelista2019-02-141-3/+4
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* atarifdc.cpp: fixed drive lookup (nw) (#3051) Oliver Stöneberg2018-01-121-1/+14
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* device_interface: Eliminate device pointer conversion (nw) AJR2017-12-131-1/+1
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-10/+4
* 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-7/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* a800: Reintroduced hack that causes a800 to always use the ATR format for so... Nathan Woods2016-08-181-2/+5
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-4/+4
|\
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-10/+4
|/
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-301-4/+4
* Rename atari files to atari400 files and references to match driver name (nw) Scott Stone2016-04-241-1/+1
* 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
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+796