summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-18/+31
* Allow devices to specify a parent for the purpose of searching for ROMs. Vas Crabb2021-09-061-0/+2
* Much more core std::string_view modernization AJR2021-01-201-24/+66
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-181-1/+1
* Eliminate many unnecessary c_str calls AJR2020-12-211-1/+1
* device.cpp: Do a little less logging AJR2020-12-211-2/+3
* view: Save their state Olivier Galibert2020-12-211-0/+17
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+2
* validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu... Vas Crabb2020-08-281-4/+4
* device.cpp, dimemory.cpp: Correct typos in comments AJR2020-07-211-2/+2
* device.cpp: initialized a couple of variables, fixes numerous bugs in devnocl... Ivan Vangelista2020-05-131-4/+6
* (nw) Cleanup on the way: Vas Crabb2020-03-101-1/+18
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-4/+4
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-1/+1
|\
| * use C++ library includes (nw) firewave2020-01-221-1/+1
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-3/+3
|/
* 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