summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/resources
ModeNameSize
d---------emscripten46logstatsplain
d---------windows / mame31logstatsplain
c='//www.gravatar.com/avatar/223abad3df3607b73e8e66835248fab9?s=13&d=retro' /> AJR2020-12-081-11/+9 * Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-6/+6 * frontend: Only populate BIOS Selection menu with system and slot cards that a... Vas Crabb2020-10-211-3/+8 * frontend: Make unimplemented graphics and sound severe warnings. Vas Crabb2020-09-031-1/+4 * frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-021-2/+24 * ui: able to show emulation warnings from tab menu hap2020-07-101-10/+29 * ui: only warn about external artwork when it wasn't loaded (nw) hap2020-06-131-4/+15 * ui: remove clock freqs trailing 0s on machine info screen (nw) hap2020-04-031-23/+40 * Revert "ui: remove clock freqs trailing 0s on machine info screen (nw)" hap2020-04-031-24/+17 * ui: remove clock freqs trailing 0s on machine info screen (nw) hap2020-04-031-17/+24 * (nw) fixed typo that Andrew found. Robbbert2019-10-201-1/+1 * Changed mechanisms for overriding the mandatory file manager npwoods2019-08-051-29/+0 * Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-8/+9 * (nw) Clean up the mess on master Vas Crabb2019-03-261-14/+21 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-21/+14 * update UI and XML output for additional emulation status flags Vas Crabb2019-03-171-14/+21 * Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1 * Better support for screen orientation/geometry: Vas Crabb2018-07-261-1/+1 * Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1 * Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-2/+5 * fix warning message (nw) Vas Crabb2017-09-031-1/+1 * Show presence of analog controls and/or keyboard in info box - it's potential... Vas Crabb2017-07-281-28/+48 * added flag for imperfect timing (nw) hap2017-07-271-1/+2 * use aggregate flags for -ui simple as well (nw) Vas Crabb2017-07-271-0/+16 * use aggregate emulation status in MewUI menus, expose more flags in info box ... Vas Crabb2017-07-271-47/+60 * initialisation (nw) Vas Crabb2017-07-271-2/+2 * Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-120/+155 * Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-2/+1 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3 * Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-1/+2 * Overhaul to how MAME handles options (#2260) npwoods2017-05-051-2/+1 * Fixed a regression in the mandatory image check (#2243) npwoods2017-04-181-2/+13 * Refactoring in response to MT#6531 Nathan Woods2017-04-061-1/+2 * device_image_interface cleanups (nw) AJR2017-02-271-1/+1 * find_dipname considered harmful (nw) AJR2017-01-031-18/+0 * Service mode DIP switch adjustments AJR2017-01-021-0/+21 * Encapsulate a bit more of the menu base class to control when layout changes ...