summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Workaround for MT 06194 (potential segfault during floppy load) AJR2016-05-011-1/+7
* 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-233-234/+3
* Iterate over devices C++11 style AJR2016-04-181-4/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-142-14/+17
* * 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-143-13/+13
* 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-064-14/+15
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-283-14/+4
* Some missed in menu conversion. dankan18902016-01-311-4/+4
* atom: added softlists for cassettes and floppies Nigel Barnes2016-01-231-2/+5
* reverting: Miodrag Milanovic2016-01-2024-128/+128
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2012-12/+12
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1612-12/+12
* tags are now strings (nw) Miodrag Milanovic2016-01-1624-128/+128
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-116-9/+9
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-113-3/+0
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-4/+4
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-061-3/+3
* override part 2 (nw) Miodrag Milanovic2015-12-051-18/+18
* override part 1 (nw) Miodrag Milanovic2015-12-059-132/+132
* clang-modernize part 6 Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-0415-144/+144
* fix clang detected missing override (nw) Miodrag Milanovic2015-12-031-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-032-43/+43
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-259-86/+86
* More cleanups (nw) Miodrag Milanovic2015-11-112-8/+14
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-119-32/+105
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0812-0/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-054-1/+6
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-013-15/+17
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-282-23/+23
* floppy: changed rules of "ready" signal on drives with motor that always spins fulivi2015-10-251-3/+18
* fix power switch, kb beep and fdd sounds kara10010002015-10-092-73/+151
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1324-0/+7582