summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove all usages of tagmap Miodrag Milanovic2016-06-181-1/+1
* ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-181-41/+43
* Some misc updates, nw angelosa2016-06-161-1/+1
* Unnecessary leftover (nw) AJR2016-05-231-2/+1
* Add flag to mark input fields as optional AJR2016-05-231-9/+2
* Ioport refactoring and cleanups (nw) AJR2016-05-181-57/+39
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2/+2
* Iterate over devices C++11 style AJR2016-04-181-8/+7
* Recognize the full range of controller inputs AJR2016-03-311-60/+12
* Iterate over core classes C++11 style AJR2016-03-311-189/+189
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+0
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-6/+6
* revert test hap2016-03-131-1/+1
* layout: added clickable buttons to mbdtower and fxmcr165 hap2016-03-131-1/+1
* Wrap up INP header I/O Vas Crabb2016-03-081-29/+28
* Fix complete failure to read zlib compressed data, handle EOF better in compr... Vas Crabb2016-03-081-1/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-71/+52
* Cleanups and version bump Miodrag Milanovic2016-02-241-3/+3
* Remove redundant defines, in order to make translation easier (nw) Miodrag Milanovic2016-02-201-1/+1
* Added support for autofire under cheat menu and available only if cheats Michele Fochi2016-02-131-2/+21
* Added new options: Michele Fochi2016-02-081-36/+36
* VideoSnaps patch Michele Fochi aka motoschifo2016-02-071-2/+195
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-111-24/+21
|\
| * Return std::string objects by value rather than pass by reference AJR2016-01-101-24/+21
* | modernized ui_input_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* | modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-8/+8
|/
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-466/+466
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-5/+5
* Revert "No need for simple_list_wrapper (nw)" Miodrag Milanovic2015-11-181-4/+4
* No need for simple_list_wrapper (nw) Miodrag Milanovic2015-11-181-4/+4
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-15/+15
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-6/+10
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+4462