summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* * Doxyfy a significant chunk of devfind.h Vas Crabb2016-08-251-1/+1
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir... Nathan Woods2016-08-071-3/+3
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+15
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-6/+6
* More efficient device error logging AJR2016-06-201-1/+5
* tagged_list to unordered_map in emumem (nw) Miodrag Milanovic2016-06-181-4/+30
* remove dependency (nw) Miodrag Milanovic2016-04-161-1/+0
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+0
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-4/+19
* Iterate over core classes C++11 style AJR2016-03-311-101/+32
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-36/+0
* Eliminate remaining this == NULL entry Scott Stone2016-01-231-4/+0
* Remove this==NULL comps, nw therealmogminer@gmail.com2016-01-231-16/+0
* reverting: Miodrag Milanovic2016-01-201-18/+17
* 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-17/+18
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-3/+3
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-57/+57
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-1/+1
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+0
* More cleanups (nw) Miodrag Milanovic2015-11-111-1/+1
* removed unused code (nw) Miodrag Milanovic2015-11-111-45/+0
* fix breakage while logerror (nw) Miodrag Milanovic2015-11-081-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1051