summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-1027-304/+361
|\
| * Filesystem-related bug fixes AJR2021-09-081-13/+15
| * Allow devices to specify a parent for the purpose of searching for ROMs. Vas Crabb2021-09-061-19/+57
| * -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-062-101/+93
| * Move endianness type into lib/util header AJR2021-08-311-11/+1
| * -viewgfx: Added fractional zoom-out support to the tilemap viewer. Also added... MooglyGuy2021-08-311-48/+103
| * Add compile-time option to show visible annoying red border when sound is ove... Aaron Giles2021-08-231-0/+16
| * formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-2222-140/+102
| * Use std::clamp in more source files AJR2021-08-152-2/+3
| * Debugger-related feature removals and cleanup AJR2021-08-151-2/+3
* | Remove timer_alloc from scheduler, keeping it exclusively in the device_t cla... Aaron Giles2021-08-172-6/+8
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-08-1418-96/+227
|\|
| * List shortnames of subdevices that have ROMs as part of -listroms header AJR2021-07-151-27/+58
| * API cleanups and miscellaneous fixes. Vas Crabb2021-07-155-11/+11
| * frontend: On input mapping menus, use UI left/right to switch between setting... Vas Crabb2021-06-243-11/+18
| * -Miscellaneous improvements for software lists: Vas Crabb2021-06-237-30/+29
| * Allow saved states to be deleted from the internal UI. Vas Crabb2021-06-222-16/+110
| * Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-1/+1
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-06-049-54/+94
|\|
| * floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-274-29/+18
| * ui: add reset to default to bios selection menu (the one from the TAB menu, n... hap2021-05-251-15/+40
| * ui/selmenu.cpp: Don't make assumptions about what's off the end of a string v... Vas Crabb2021-05-231-1/+1
| * jasmin: Support write Olivier Galibert2021-05-161-6/+0
| * imgcntrl.cpp: Workaround for MT #7978 AJR2021-05-151-0/+7
| * slot: add preliminary support for hotswapping rom cartridge hap2021-05-041-0/+6
| * layouts: Use self-closing tags for bounds and color elements. Vas Crabb2021-05-031-6/+9
| * floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-2/+10
| * floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-2/+2
| * Add a couple error messages to emu.thread. Szunti2021-04-251-1/+9
* | You know, if I'm nice enough to give you an accessor, please use it. Aaron Giles2021-04-242-4/+4
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-239-13/+35
|\|
| * media_ident: add space to prevent long strings concat when printing results hap2021-04-201-5/+5
| * clifront: -romident has no use for mediapath, but it does use hashpath hap2021-04-201-1/+1
| * ui: add message when trying to config unavailable machine inputs hap2021-04-171-3/+7
| * Revert "ui: hide child nodes (collapse menu) if a .lay collection is disabled" hap2021-04-161-2/+1
| * ui: hide child nodes (collapse menu) if a .lay collection is disabled hap2021-04-151-1/+2
| * floppycntrl.cpp: Fix mistake in 2f4d7eec4e3faeab1d95ece39cfb80263d792909 AJR2021-04-151-1/+1
| * Allow UI file manager to create floppy images before machine is started AJR2021-04-141-2/+6
| * ui: add separator before 'return to previous menu' hap2021-04-126-4/+18
* | Save states working again. Changed to save persistent timers directly, using ... Aaron Giles2021-04-132-6/+4
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-0811-125/+181
|\|
| * Allow breaking into main menu before the machine fully starts (i.e. just befo... AJR2021-04-092-5/+27
| * srcclean in preparation for release Vas Crabb2021-03-281-1/+1
| * -ui: Added option to mute when unthrottled to advanced options menu. Vas Crabb2021-03-224-117/+130
| * Addressed Github issue #7843 (mute on unthrottle) (#7875) MooglyGuy2021-03-224-1/+18
| * Restore validation for command-line and .ini options (disabled since 0.188) a... AJR2021-03-211-1/+5
* | Switch out attoseconds in favor of more abstract subseconds. Update everyone ... Aaron Giles2021-04-024-7/+7
* | Added stricter checks on allocation of device timers. Fixed several places th... Aaron Giles2021-03-271-1/+1
* | Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-262-2/+2
* | Remove some old-school synchronize calls. Add an optional unique ID pointer t... Aaron Giles2021-03-231-1/+1