summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/floppycntrl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial touch input support: Vas Crabb12 days1-35/+37
* Remove flopimg.h and fsmgr.h from floppy device header AJR2023-09-241-0/+3
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-6/+8
* floppycntrl.cpp: Fix clang error: function definition is not allowed here AJR2023-04-011-1/+1
* leapfrog: Less redundancy in source file names. Vas Crabb2023-04-021-2/+2
* API change for device_image_interface AJR2023-03-301-11/+14
* Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f... npwoods2022-04-111-5/+30
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-3/+3
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-1/+1
* frontend: Don't let the non-menus get as far as trying to draw. Vas Crabb2021-11-041-15/+17
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-4/+4
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+2
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-271-17/+9
* jasmin: Support write Olivier Galibert2021-05-161-6/+0
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-2/+10
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-2/+2
* floppycntrl.cpp: Fix mistake in 2f4d7eec4e3faeab1d95ece39cfb80263d792909 AJR2021-04-151-1/+1
* Allow UI file manager to create floppy images before machine is started AJR2021-04-141-2/+6
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-0/+22
* UI updates: Vas Crabb2019-11-221-19/+19
* Attempted fix for MT 07049 (nw) AJR2018-11-251-3/+3
* This fixes issues where softlist items (that were not for floppies) were load... Nathan Woods2016-08-021-9/+1
* Converted more stuff in diimage to use std::string instead of 'const char *' Nathan Woods2016-08-011-2/+2
* Changed device_image_interface::load() to take 'const std::string &' Nathan Woods2016-08-011-2/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+6
* Changed device_image_interface::load() so that it is no longer responsible fo... Nathan Woods2016-07-301-1/+1
* Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-291-2/+2
* Miscellaneous cleanups to imgcntrl.[cpp|h] and calling code Nathan Woods2016-07-181-21/+21
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-4/+4
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-6/+6
* Changed menu_file_create::m_ok to be a reference instead of a pointer Nathan Woods2016-07-051-1/+1
* Changed a number of file manager related menus to have their outputs be by re... Nathan Woods2016-07-041-1/+1
* This changes the various submenu results to be bonafide enums rather than jus... Nathan Woods2016-07-031-12/+12
* Prefixed menu_control_device_image::current_directory and menu_control_device... Nathan Woods2016-07-031-4/+4
* Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-031-1/+1
* Split UI related to file creation from filesel.[cpp|h] into filecreate.[cpp|h] Nathan Woods2016-07-031-0/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-22/+27
* Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-2/+2
|\
| * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2
* | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-4/+4
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+170