summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/flopdrv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+11
* flopdrv: Even legacy devices need some code cleanup (nw) AJR2019-11-051-30/+2
* flopdrv: Eliminate floppy_get_count (nw) AJR2019-03-291-2/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-33/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+33
* mame\video: removed MACHINE_CONFIG macros (nw) Ivan Vangelista2019-02-141-33/+7
* -mc2661,mc68328,mc6843,mc6846: De-MCFG, nw mooglyguy2018-09-081-10/+20
* devcb3 Vas Crabb2018-07-071-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* Some legacy floppy fixes and cleanups (#3047) Oliver Stöneberg2018-01-131-1/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+8
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-121-4/+4
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-111-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-1/+1
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-3/+3
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-301-3/+3
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-211-1/+1
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-2/+2
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-7/+11
* reverting: Miodrag Milanovic2016-01-201-2/+2
* 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-2/+2
* override part 1 (nw) Miodrag Milanovic2015-12-051-17/+17
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+266