summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-7/+7
* Created device_image_interface::add_format() protected member and made device... Nathan Woods2016-07-311-1/+1
* Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-291-1/+1
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-1/+1
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-191-1/+1
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-8/+8
* Workaround for MT 06194 (potential segfault during floppy load) AJR2016-05-011-1/+7
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-159/+0
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-3/+3
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-7/+7
* floppy: Fix subtle interaction between wd_fdc initial restore and floppy rese... Olivier Galibert2016-03-101-9/+9
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-7/+8
* Some missed in menu conversion. dankan18902016-01-311-4/+4
* reverting: Miodrag Milanovic2016-01-201-35/+35
* 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-35/+35
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-1/+0
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-4/+4
* clang-modernize part 6 Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-23/+23
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-34/+34
* More cleanups (nw) Miodrag Milanovic2015-11-111-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-10/+43
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2218