summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* frontend: Apply shift to analog fields in preview. Vas Crabb2020-10-252-1/+4
* frontend: Only populate BIOS Selection menu with system and slot cards that a... Vas Crabb2020-10-212-11/+22
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-1/+1
* emu/ioport.cpp: Improved initial keyboard enable settings when changing slot ... Vas Crabb2020-10-111-1/+1
* -emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled. Vas Crabb2020-10-118-59/+145
* Miscellaneous cleanup: Vas Crabb2020-10-103-97/+97
* Various improvements to image file handling: Vas Crabb2020-10-083-561/+95
* ui: Show software selection menu before doing system audit, for casual browsing. Vas Crabb2020-10-045-52/+61
* frontend/mame/audit.cpp: Better heuristics for matching shared ROMs. Vas Crabb2020-10-042-55/+151
* frontend/mame/audit.cpp: Fix failure to recognise device ROMs that use contin... Vas Crabb2020-10-032-43/+36
* Got rid of global_alloc/global_free. Vas Crabb2020-10-039-37/+40
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-302-7/+7
* Cleaned up bitmap API. Vas Crabb2020-09-274-27/+22
* Fix MT07756 (ROM sets incorrectly being reported as missing) by partially rev... Vas Crabb2020-09-251-4/+3
* emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... Vas Crabb2020-09-141-4/+3
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-5/+5
* luaengine: add ioport():type_seq cracyc2020-09-111-0/+4
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-064-103/+126
* 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-0211-257/+492
* luaengine: add time_until_pos cracyc2020-08-301-1/+4
* validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu... Vas Crabb2020-08-282-3/+2
* luaengine: add load_software cracyc2020-08-241-0/+1
* Cleaned up save/load state menu code. Vas Crabb2020-08-223-87/+106
* Clean up command-line -h output, tidy up emulator_info class a little, add tr... Vas Crabb2020-08-141-12/+21
* Fixed audit finding sets that you don't have when [smf] smf-2020-08-081-5/+6
* Add new option beam_dot_size that controls the rendered size of 'dots' in vec... Aaron Giles2020-07-242-0/+21
* Pruning of redundant #includes located in src/devices/machine/* and src/front... Scott Stone2020-07-113-7/+0
* Revert "ui: fix initial message popups not showing on d3d/bgfx" hap2020-07-101-1/+0
* ui: swap order of popup screens (gameinfo first, warnings second), add "press... hap2020-07-101-7/+10
* ui: fix initial message popups not showing on d3d/bgfx hap2020-07-101-0/+1
* Revert "ui: allow to skip warning popup at start" Vas Crabb2020-07-102-69/+67
* ui: allow to skip warning popup at start hap2020-07-102-67/+69
* ui: able to show emulation warnings from tab menu hap2020-07-106-15/+59
* (nw) get help from website instead of files that don't exist. Robbbert2020-06-241-1/+1
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Merge pull request #6822 from vadosnaprimer/lua_ioport_setting R. Belmont2020-06-141-0/+9
|\
| * expose ioport_setting to luaengine feos2020-06-121-0/+9
* | ui: only warn about external artwork when it wasn't loaded (nw) hap2020-06-131-4/+15
* | Have the -romident command skip the matching process and issue an error messa... AJR2020-05-302-1/+6
|/
* Merge pull request #6748 from vadosnaprimer/rom_entry R. Belmont2020-05-261-0/+28
|\
| * luaengine: rom_entry library feos2020-05-261-0/+28
* | Debugger expression and memory access overhaul AJR2020-05-253-23/+8
* | fidel_eag68k: don't overclock v11 by default, add note about wrong cpu timing... hap2020-05-131-3/+3
|/
* Consolidated code for pasing enum strings in (#6592) npwoods2020-04-271-38/+67
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-4/+4
* Enhancing LUA video:begin_recording() function with optional format (#6533) npwoods2020-04-221-11/+44
* Refactoring of AVI/MNG recording code (#6537) npwoods2020-04-222-5/+5
* softlist_dev.cpp: start adding validation for data areas Vas Crabb2020-04-161-27/+1