summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ioport: added IPT_POWER_ON/OFF F1/F2 meant for soft-power buttons, as seen of... hap2016-03-191-21/+7
* Wrap up INP header I/O Vas Crabb2016-03-081-13/+105
* make it same as before (nw) Miodrag Milanovic2016-03-081-1/+1
* use lambdas instead of wrappers (nw) Miodrag Milanovic2016-03-081-34/+2
* removed not used declarations (nw) Miodrag Milanovic2016-03-071-10/+0
* Cleanups and version bump Miodrag Milanovic2016-02-241-3/+3
* Added support for autofire under cheat menu and available only if cheats Michele Fochi2016-02-131-0/+14
* Grouped display of DAT file information in a single view. (WIP) nw dankan18902016-02-131-5/+1
* Added new options: Michele Fochi2016-02-081-0/+1
* VideoSnaps patch Michele Fochi aka motoschifo2016-02-071-0/+7
* clear the rest of mewui mentioning (nw) Miodrag Milanovic2016-02-041-2/+0
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-0/+18
* reverting: Miodrag Milanovic2016-01-201-12/+12
* tags are now strings (nw) Miodrag Milanovic2016-01-161-12/+12
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-111-3/+3
|\
| * Return std::string objects by value rather than pass by reference AJR2016-01-101-3/+3
* | modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-2/+4
|/
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-8/+8
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-4/+4
* Revert "No need for simple_list_wrapper (nw)" Miodrag Milanovic2015-11-181-1/+1
* No need for simple_list_wrapper (nw) Miodrag Milanovic2015-11-181-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+0
* More appeasement of the standards gods (nw) Vas Crabb2015-11-021-1/+3
* Get rid of one this == NULL comparison, reduces warnings by 10% with clang 3.... Vas Crabb2015-11-021-1/+0
* get rid of active_safe (nw) Wilbert Pol2015-08-121-1/+0
* Some more tagmap lookup reduction work (nw) Wilbert Pol2015-08-011-1/+0
* reduce tagmap lookups (nw) Wilbert Pol2015-07-311-0/+1
* speeling fix Cowering2015-07-081-1/+1
* Splel fxi (nw) Cowering2015-05-261-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-16/+16
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-4/+4
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* let's try with a different approach that does not require to add a new macro ... etabeta782015-01-101-10/+4
* ioport: added a PORT_DEVICE flag to identify inputs of any kind which are etabeta782015-01-091-8/+14
* (MESS) ui.c: added shortcut commands for Tape Start and Tape Stop, Fabio Priuli2014-08-181-0/+2
* added aliases for some IPT_x Michaël Banaan Ananas2014-08-111-0/+5
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-5/+5
* Lua overhaul [Olivier Galibert, Miodrag Milanovic] Miodrag Milanovic2014-06-101-0/+4
* 16 buttons is plenty thanks (nw) Alex W. Jackson2014-05-051-14/+0
* sc4dnd / sc4dndtp / sc4dnddw layout fun - backup of WIP (nw) David Haywood2014-05-051-0/+14
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-171-13/+2
* ScrLock no longer is a menu key; it will now enable/disable keyboard menu sho... Nathan Woods2014-04-161-1/+1
* Adding dummy IPT_UI_* slots as a temporary measure Nathan Woods2014-04-151-0/+7
* Readding single step capability Nathan Woods2014-04-151-0/+1
* Merge of new menubar code Nathan Woods2014-04-121-2/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-5/+5
* no more legacy CUSTOM_INPUT (nw) Miodrag Milanovic2014-03-241-1/+0
* Nuke some more auto_allocs. Aaron Giles2014-03-161-0/+145
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-5/+3