summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/flopdrv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some legacy floppy fixes and cleanups (#3047) Oliver Stöneberg2018-01-131-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-33/+4
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-3/+0
* Self-registering devices. Vas Crabb2017-03-031-7/+10
* legacy floppy: unbreak floppy_stp_w Sergey Svishchev2017-03-011-0/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-2/+2
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-2/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* Fixed an issue with legacy floppy loading caused by filetype() now being a st... Nathan Woods2016-08-181-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+6
* This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-3/+1
* Created device_image_interface::add_format() protected member and made device... Nathan Woods2016-07-311-1/+1
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-301-10/+9
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-2/+2
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-191-1/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-7/+6
* reverting: Miodrag Milanovic2016-01-201-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-6/+6
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-1/+0
* clang-modernize part 3 Miodrag Milanovic2015-12-041-22/+22
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-5/+5
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-4/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+899