| Commit message (Expand) | Author | Age | Files | Lines |
* | igs/igs_m027xa.cpp: Hooked up proper inputs, lamps and layout for Triple Feve... |  Vas Crabb | 2024-09-20 | 1 | -0/+1 |
* | ui: add quick save/load state shortcut, default key undecided |  hap | 2024-02-11 | 1 | -0/+2 |
* | Input refactoring: |  Vas Crabb | 2023-02-18 | 1 | -0/+351 |
* | UI input menu: treat codes containing a postive and negative of the same thin... |  Vas Crabb | 2019-11-21 | 1 | -960/+0 |
* | Remove internal autofire functionality as there's a plugin for that now (#5802) |  Vas Crabb | 2019-11-17 | 1 | -1/+0 |
* | add focus next/previous input types, will be hooked up later (nw) |  Vas Crabb | 2019-05-26 | 1 | -0/+2 |
* | mchess: switch default view (nw) |  hap | 2019-05-16 | 1 | -1/+1 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -2/+2 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+2 |
* | enable sub-second snapshot timers (nw) (#4493) |  Peter Ferrie | 2019-02-04 | 1 | -2/+2 |
* | Remove all uses of first_screen() from core files, nw |  Ryan Holtz | 2018-03-11 | 1 | -1/+2 |
* | rewind implementation fixes and improvements |  vadosnaprimer | 2017-12-22 | 1 | -1/+1 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -3/+4 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -4/+3 |
* | Rewind feature and RAM savestates. |  vadosnaprimer | 2017-12-06 | 1 | -3/+4 |
* | input: make xinput analog triggers half-axes and default IPT_PEDAL2 to RZ- in... |  hap | 2017-10-17 | 1 | -11/+11 |
* | ui: improve layout of art/info box, support mousewheel scroll in info |  Vas Crabb | 2017-08-10 | 1 | -6/+0 |
* | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -1/+1 |
* | Added some system inputs to nightgal.cpp. Worked around MT 06409 (nw) |  angelosa | 2016-10-24 | 1 | -72/+72 |
* | Added proper input labels for Vindicators/Vindicators Part II, and make left/... |  angelosa | 2016-10-24 | 1 | -8/+8 |
* | New core input type: "Memory Reset" |  AJR | 2016-08-07 | 1 | -0/+1 |
* | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -45/+45 |
* | ioport.cpp: extended core input to support up to 10 players. |  etabeta78 | 2016-04-24 | 1 | -0/+106 |
* | ui: Enter on keypad now act in the same ways of Enter on keyboard. (nw) |  dankan1890 | 2016-04-07 | 1 | -1/+1 |
* | ioport: added IPT_POWER_ON/OFF F1/F2 meant for soft-power buttons, as seen of... |  hap | 2016-03-19 | 1 | -17/+19 |
* | sliders: fixed issue #716. nw |  dankan1890 | 2016-03-13 | 1 | -2/+2 |
* | ui various changes: |  dankan1890 | 2016-02-27 | 1 | -1/+1 |
* | selsoft: fixed search for software list. (nw) |  dankan1890 | 2016-02-24 | 1 | -6/+6 |
* | Added support for autofire under cheat menu and available only if cheats |  Michele Fochi | 2016-02-13 | 1 | -0/+1 |
* | Grouped display of DAT file information in a single view. (WIP) nw |  dankan1890 | 2016-02-13 | 1 | -5/+1 |
* | Added new options: |  Michele Fochi | 2016-02-08 | 1 | -0/+1 |
* | Initial import of MEWUI to MAME [Dankan1890] |  Dankan1890 | 2016-02-04 | 1 | -2/+18 |
* | Fix recognition for more platforms, and fixed compile on arm (nw) |  Miodrag Milanovic | 2015-12-27 | 1 | -0/+4 |
* | had to revert this in order clang to work (nw) |  Miodrag Milanovic | 2015-12-09 | 1 | -2/+2 |
* | updated checks since old versions are anyway not supported (nw) |  Miodrag Milanovic | 2015-12-09 | 1 | -2/+2 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -23/+23 |
* | Better way to disable optimisation (nw) |  Vas Crabb | 2015-05-06 | 1 | -4/+6 |
* | this does not work on GCC 5.x (nw) |  Miodrag Milanovic | 2015-05-04 | 1 | -1/+1 |
* | Add check for GCC 4.4.4+ for pragma, definitely doesn't work with 4.4.3 |  mahlemiut | 2014-10-24 | 1 | -1/+1 |
* | (MESS) ui.c: added shortcut commands for Tape Start and Tape Stop, |  Fabio Priuli | 2014-08-18 | 1 | -0/+2 |
* | reverting to classic ui due to lot of issues, as much as I hate reverting som... |  Miodrag Milanovic | 2014-04-17 | 1 | -65/+58 |
* | ScrLock no longer is a menu key; it will now enable/disable keyboard menu sho... |  Nathan Woods | 2014-04-16 | 1 | -1/+2 |
* | Readding single step capability |  Nathan Woods | 2014-04-15 | 1 | -1/+2 |
* | Merge of new menubar code |  Nathan Woods | 2014-04-12 | 1 | -58/+63 |
* | basically an update to r26433 |  Michaël Banaan Ananas | 2013-12-14 | 1 | -3/+3 |
* | we don't need to filter out ctrl+f12 when taking snapshots, it's been like th... |  David Haywood | 2013-11-26 | 1 | -1/+1 |
* | Split up the construct_core_types() monster, other JSMESS tweaks (nw) |  Justin Kerk | 2013-11-03 | 1 | -3/+184 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | inpttype.h: Use O1 instead of O0 on the critical function [Hans Ostermeyer] |  Olivier Galibert | 2013-05-31 | 1 | -1/+1 |
* | improved compilation speed for optimized Visual Studio builds (nw) |  Oliver Stöneberg | 2013-02-08 | 1 | -0/+6 |