summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* These two should be noexcept as well (nw) AJR2019-11-091-2/+2
* Cleaned up Virtal Boy slot code. Vas Crabb2019-11-101-3/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* Fix main fallout (nw) Olivier Galibert2018-08-261-24/+9
* emumem: Fix ioports/membanks in internal maps [O. Galibert] Olivier Galibert2018-08-261-8/+9
* devcb3 Vas Crabb2018-07-071-0/+11
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-25/+19
* Route sound relative to current device. Vas Crabb2018-05-011-3/+5
* Make devopt menu localisable. Vas Crabb2018-04-281-0/+13
* Sarayan made me do it. Vas Crabb2018-04-281-4/+4
* Allow machine configuration to specify BIOS easily, move default BIOS selecti... Vas Crabb2018-03-261-1/+50
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+6
* Fixes (nw) Olivier Galibert2018-02-131-22/+36
* Move object finder resolution before device_start - should solve github #2759 Vas Crabb2017-10-281-2/+29
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-17/+1
* There's no day like today. This just follows up on the last commit: game dri... Vas Crabb2017-05-221-0/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-25/+22
* Defend clocks_to_attotime and attotime_to_clocks against the possibility of t... AJR2017-04-211-2/+7
* Mechanism for devices to generate clocks for other devices AJR2017-04-211-9/+44
* Self-registering devices. Vas Crabb2017-03-031-0/+56
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-3/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-9/+9
* 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