summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* More efficient device error logging AJR2016-06-201-0/+3
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-5/+5
* Iterate over devices C++11 style AJR2016-04-181-118/+193
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-5/+0
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-2/+11
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-7/+8
* Iterate over core classes C++11 style AJR2016-03-311-36/+107
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-3/+2
* fixed issue noticed for racedrivpan (nw) Miodrag Milanovic2016-02-281-1/+1
* Remove this==NULL comps, nw therealmogminer@gmail.com2016-01-231-9/+1
* reverting: Miodrag Milanovic2016-01-201-27/+27
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-8/+8
* placed this back, bad OG :) (nw) Miodrag Milanovic2016-01-171-0/+8
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-8/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-161-35/+27
* Clear device driver member variables on creation (nw) Miodrag Milanovic2016-01-081-1/+1
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-3/+3
* cleanup Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-51/+51
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-2/+2
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+2
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-0/+5
* Revert "Remove unnecessary null checks" for now, undefined behavior but break... balr0g2015-05-171-0/+8
* Remove unnecessary null checks (nw) balr0g2015-05-161-8/+0
* small cleanup (nw) Miodrag Milanovic2015-04-221-2/+2
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-1/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-11/+11
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-6/+6
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-2/+2
* core: Add per-game parameters [O. Galibert] Olivier Galibert2015-01-251-0/+1
* debug/qt: Add a per-device window [O. Galibert] Olivier Galibert2014-12-221-1/+5
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-3/+3
* removed lot of legacy code in memory system and removed corresponding macros ... Miodrag Milanovic2014-05-051-10/+0
* konamigx: Reverb me harder baby! [O. Galibert] Olivier Galibert2014-04-081-0/+4
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Added ability to add optional or required device/ioport/memory_region/... [Mi... Miodrag Milanovic2014-02-151-1/+1
* removed MCFG_DEVICE_CONFIG_CLEAR as it's legacy but not used anymore (nw) smf-2013-12-181-2/+0
* Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac... Curt Coder2013-11-131-0/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-357/+5
* Convert Atari JSA sound boards to their own devices, and replumb Aaron Giles2013-07-141-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* made required/optional device finder part of validation (nw) Miodrag Milanovic2013-04-101-6/+11
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* Placed m_source variable in device_t and filled it with provided value (nw) Miodrag Milanovic2013-03-261-0/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-2/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-8/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-56/+56
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-0/+10
* srcclean (nw) Curt Coder2012-10-071-1/+1