summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.h
Commit message (Expand)AuthorAgeFilesLines
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-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
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-23/+0
* atom: added softlists for cassettes and floppies Nigel Barnes2016-01-231-2/+5
* reverting: Miodrag Milanovic2016-01-201-4/+4
* 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-4/+4
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-061-3/+3
* fix clang detected missing override (nw) Miodrag Milanovic2015-12-031-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-25/+25
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+1
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-6/+6
* fix power switch, kb beep and fdd sounds kara10010002015-10-091-11/+20
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+357