summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/cassette.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) misc cleanup: Vas Crabb2019-10-111-10/+8
* (nw) cassette: cleanup, and fixed a few minor but annoying bugs Robbbert2019-07-211-55/+21
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-1/+1
* cassette: Allow cassette sound to be directly routed to a sound output. Michael Zapf2018-08-191-7/+58
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-3/+0
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* 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
* Eliminated device_image_interface::make_readonly() Nathan Woods2016-08-091-4/+0
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+7
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-3/+3
|\
| * for bool type use true and false (nw) Miodrag Milanovic2016-07-311-3/+3
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-14/+2
|/
* 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-301-2/+7
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-4/+4
* Modernized the cassette animation Nathan Woods2016-06-181-47/+48
* Moved things a bit around to better decouple fulivi2016-06-091-4/+36
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-52/+3
* Iterate over devices C++11 style AJR2016-04-181-4/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-1/+0
* clang-modernize part 3 Miodrag Milanovic2015-12-041-8/+8
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-7/+7
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-3/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+430