summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devfind.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-4/+4
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-13/+24
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-201-39/+39
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Driver configuration fixes AJR2016-01-161-1/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-39/+39
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+2
* cleanup Miodrag Milanovic2015-12-061-1/+1
* fixing some more override (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 5 Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-13/+13
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-5/+5
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+3
* Fix drivers using ioport_arrays on OSX (nw) Wilbert Pol2015-05-191-3/+8
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-5/+6
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* Avoid inline osd calls in header file. couriersud2015-01-141-2/+3
* more devfind: [Alex Jackson] Alex W. Jackson2014-10-171-14/+15
* devfind: Add rom_ptr_finder, which works like shared_ptr_finder Alex W. Jackson2014-10-171-2/+53
* devfind.h: allow ioport_finder to be dereferenced when NULL so read_safe() ca... Alex W. Jackson2014-10-041-0/+3
* Add friendly macros to initialize an ioport_array_finder with an array of por... Alex W. Jackson2014-09-241-0/+10
* ioport_array_finder improvement: [Alex Jackson] Alex W. Jackson2014-04-221-2/+11
* ioport_array_finder: [Alex Jackson] Alex W. Jackson2014-04-221-0/+42
* This patch is not needed anymore (nw) Miodrag Milanovic2014-04-221-2/+2
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-16/+7
* Added ability to add optional or required device/ioport/memory_region/... [Mi... Miodrag Milanovic2014-02-151-12/+16
* diimage: Added load_software_region() function that loads a software list reg... Curt Coder2013-12-201-0/+1
* 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-0/+385