summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* IBM 6580 Displaywriter de-skeletonization [shattered] Sergey Svishchev2017-01-102-0/+36
* floppy: Forgot to remove the logerror output (nw) Michael Zapf2017-01-051-1/+1
* floppy: Inhibit reading/stepping until drive has spun up; this concerns drive... Michael Zapf2017-01-051-1/+6
* upd765: isbc215 format expects sector size to be in result (nw) cracyc2016-12-031-0/+4
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-123-33/+33
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-1210-49/+49
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-1110-49/+49
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-113-33/+33
* Fix heap corruption when loading a new chd fails. Throw CHDERR_FILE_NOT_WRITE... smf-2016-11-061-2/+8
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-063-6/+6
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2224-192/+192
* ti99: More savestate enabling and cleanups. (nw) Michael Zapf2016-09-252-1/+33
* Fixed some log outputs, removed old tag() calls. (nw) Michael Zapf2016-09-201-8/+8
* Added HxC HFE disk format. Michael Zapf2016-09-181-0/+2
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-105-7/+7
|\
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-032-2/+2
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-275-5/+5
* | Merge pull request #1290 from npwoods/set_filetype_for_softlist_images Vas Crabb2016-09-091-0/+1
|\ \ | |/ |/|
| * Changed the "extension as filetype" behavior for software list images to be o... Nathan Woods2016-08-251-0/+1
* | Improved floppy sound emulation. Michael Zapf2016-08-252-163/+311
|/
* Fixed regression with cassette code that caused hangs to happen when loading ... Nathan Woods2016-08-201-5/+16
* casserr_t ==> enum class cassette_image::error Nathan Woods2016-08-201-8/+8
* Stop forcing cassette image create when loading zero-length images. Also min... Nathan Woods2016-08-201-6/+5
* Fixed an issue with legacy floppy loading caused by filetype() now being a st... Nathan Woods2016-08-181-1/+1
* Initial modernization of Phil's CMI IIx driver, nw therealmogminer@gmail.com2016-08-161-1/+1
* removed create_option_guide() as you can't create cd's (nw) smf-2016-08-152-14/+1
* Eliminated device_image_interface::make_readonly() Nathan Woods2016-08-091-4/+0
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-087-0/+8
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-027-0/+8
* | ti99: Using proper RAM devices instead of ROM_REGIONS, adapting logerror output Michael Zapf2016-08-081-33/+33
|/
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-0124-86/+87
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-314-6/+6
|\
| * for bool type use true and false (nw) Miodrag Milanovic2016-07-313-5/+5
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-314-20/+6
|/
* Merge pull request #1165 from npwoods/diimage_add_format Vas Crabb2016-07-315-5/+5
|\
| * Created device_image_interface::add_format() protected member and made device... Nathan Woods2016-07-315-5/+5
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
|/
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-304-15/+22
* Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-291-1/+1
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-237-7/+7
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-217-7/+7
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-137-7/+0
* Changed some int's to size_t's and added assertions where we were assuming th... Nathan Woods2016-07-072-0/+2
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-0714-26/+26
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-4/+4
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-195-5/+5
* Modernized the cassette animation Nathan Woods2016-06-182-48/+49
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-8/+8
* Moved things a bit around to better decouple fulivi2016-06-092-5/+37