summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-045-12/+12
* plugins/cheat: translate debugger expressions by space index as the debugger ... cracyc2018-05-022-2/+2
* well that was dumb (nw) Vas Crabb2018-04-301-2/+2
* Make devopt menu localisable. Vas Crabb2018-04-284-91/+97
* only show RAM options that can actually be controlled from the command line -... Vas Crabb2018-04-031-16/+21
* luaegine: save a ref to waiting coroutine to prevent it from being gc'd (nw) cracyc2018-03-271-2/+9
* Reshuffle some stuff: Vas Crabb2018-03-281-7/+4
* minimaws: expose RAM size Vas Crabb2018-03-271-2/+2
* Always show default RAM size in XML output Vas Crabb2018-03-261-6/+17
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-113-7/+16
* luaengine: use screen_device_iterator rather than first_screen (nw) cracyc2018-03-031-4/+3
* fix end()/cend() on output_finder (nw) Vas Crabb2018-03-041-1/+1
* start getting brutal on output.h (nw) Vas Crabb2018-03-021-1/+1
* support multiple patterns and devices in -listfull verb Vas Crabb2018-02-241-10/+68
* plugins/cheatfind: fix (nw) cracyc2018-01-291-2/+3
* Etc...etc...etc.. (nw) Olivier Galibert2018-01-282-12/+6
* Work around glibstdc++ allocator not dealing with T & being the same thing as... Vas Crabb2018-01-261-1/+1
* misc fix/cleanup (nw) Vas Crabb2018-01-262-9/+14
* Eliminate core_strdup (nw) AJR2018-01-242-1/+3
* Convert zippath directory to a C++ interface Vas Crabb2018-01-102-8/+11
* fixed MT06816 (alloc-dealloc-mismatch in menu.cpp) (nw) firewave2018-01-071-1/+1
* plugins/portname: new wip plugin for loading translations or alt names for in... cracyc2017-12-301-0/+21
* fmtowns_cd: hand fix rbisland (nw) cracyc2017-12-201-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-135-93/+109
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-135-109/+93
* Trigger a fatal error when console was asked but the console plugin not found... Sylvain Glaize2017-12-141-1/+8
* Fix build (nw) AJR2017-12-061-0/+1
* fix MT06785 Vas Crabb2017-12-072-92/+93
* Rewind feature and RAM savestates. vadosnaprimer2017-12-062-0/+7
* Fix -listdevices' misplacement of subdevices in some configurations AJR2017-12-011-1/+9
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-012-6/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* (nw) File Manager -> Reset : sometimes it was ignored Robbbert2017-11-201-3/+4
* plugins/hiscore: add option to hiscore.ini to only_save_at_exit (nw) cracyc2017-11-101-4/+4
* viewgfx: fix tilemap live updates regression (nw) hap2017-11-051-1/+2
* inputmap.cpp: Avert potential crash when populating DSW menu (nw) AJR2017-10-181-18/+21
* MT 06711 Robbbert2017-10-121-11/+7
* Expose condition for DIP switches, configuration entries, and adjusters. Vas Crabb2017-10-082-328/+343
* Merge pull request #2696 from BraiNKilleRGR/master ajrhacker2017-10-061-8/+8
|\
| * Small fixes to general info panel BraiNKilleRGR2017-10-041-8/+8
* | Actually make sure OSD options are included when saving through UI AJR2017-10-061-1/+4
* | Fixed an options overhaul regression (#2530) npwoods2017-10-062-1/+1
|/
* Xcode 9 compile fix. (nw) Curt Coder2017-10-031-1/+1
* (nw) Improve localisation: Vas Crabb2017-10-032-28/+27
* Generate layouts for systems with three or more screens Vas Crabb2017-09-291-2/+2
* add lua translation to makefile and update translations cracyc2017-09-292-17/+0
* remove deprecated attributes from DTD as well (nw) Vas Crabb2017-09-251-4/+0
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-243-7/+7
* remove deprecated attributes from -listxml output (nw) Vas Crabb2017-09-241-17/+0
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-227-89/+75