| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (emu.h) sound: use emplace instead of emplace_back when reconfiguring mapping | 2025-07-10 | 2 | -25/+28 | |
| | | |||||
| * | (emu.h) ioport: add coinage settings 10C_1C, 1C_10/20/25/50/100C | 2025-07-07 | 2 | -10/+16 | |
| | | |||||
| * | sound: fix initial -volume setting | 2025-07-05 | 1 | -3/+1 | |
| | | |||||
| * | (emu.h) resampler: don't repeat default settings at several places, remove ↵ | 2025-07-04 | 4 | -19/+51 | |
| | | | | | | | unneeded float<->double conversions, filter/eq: round default q down instead of up (probably has no audible effect) | ||||
| * | Revert "inpttype: add secondary default key (backspace) for UI Back" | 2025-07-03 | 1 | -1/+1 | |
| | | | | | This reverts commit bb1d23c13a6bf41ef0b9fd20d366d31d5ebb6e5f. | ||||
| * | tilemap: add callback for custom scrolling, and add one to k052109 for its ↵ | 2025-07-03 | 2 | -33/+85 | |
| | | | | | combined col/rowscroll [hap, Jim Westfall] | ||||
| * | inpttype: add secondary default key (backspace) for UI Back | 2025-07-03 | 1 | -1/+1 | |
| | | |||||
| * | remove leftover debugging | 2025-07-01 | 1 | -3/+1 | |
| | | |||||
| * | sound: fix problem when default devices are missing | 2025-07-01 | 1 | -1/+12 | |
| | | |||||
| * | resampler: clamp final output to -32768, 32767 | 2025-06-30 | 1 | -4/+4 | |
| | | |||||
| * | crimfght,vendetta: set VIDEO_UPDATE_AFTER_VBLANK flag | 2025-06-30 | 1 | -3/+3 | |
| | | | | | | crimfght: writes tilemap registers during active display area, which won't have effect until the next frame vendetta: probably just sprite dma | ||||
| * | tilemap: remove unused (and not working) TILE_LINE_DISABLED flag, just use ↵ | 2025-06-29 | 2 | -30/+76 | |
| | | | | | | | cliprect for something like that, tilemap: add col+rowscroll, and also add it to k052109 | ||||
| * | filter: move notch filter check to ui | 2025-06-25 | 1 | -6/+0 | |
| | | |||||
| * | audiomix: add full/channel route via menu instead of f/c keys | 2025-06-25 | 2 | -4/+0 | |
| | | |||||
| * | Various fixes: | 2025-06-25 | 8 | -198/+213 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ui: The new menus were unusable with a touchscreen, and not conducive to localisation. It's still not possible to add sound routes with a touchscreen, but at least it's possible to configure routes that exist. emu/sound.cpp: Fixed localisation issues, less temporary objects. emu/audio_effects: Fixed some localisation issues. plugins/autofire, plugins/inputmacro: Allow deleting autofire buttons or input macros without needing to use the UI Clear input. ui/selmenu.cpp, ui/imgcntrl.cpp: Use terse messages for bad media. Making these messages longer hasn't reduced support burden. Adding the version will just perpetuate the myth that you need to redownload all your ROMs for every release. ui/ui.cpp: Allow info screens to be dismissed by mouse clicks or touches. ui/sliders.cpp: Hiding the menu should preserve state. This is a design choice. sound: Avoid anything that could possibly depend on static initialisation order across transaltion units. Allow speaker position names to be localised. sound/none.cpp: Don't pretend it can create output streams. | ||||
| * | dipalette: add shadow config to savestates, and might as well rename hilight ↵ | 2025-06-24 | 4 | -61/+84 | |
| | | | | | to highlight | ||||
| * | osd audio interface: initialize channel positions in header file (prevents ↵ | 2025-06-22 | 1 | -4/+3 | |
| | | | | | channel_position constructor initializing after initializing array of channel_position in sound backends) | ||||
| * | sound: correct dreadful typo that killed stereo | 2025-06-21 | 1 | -1/+1 | |
| | | |||||
| * | osd/asio.h: Move some duplicated code into the common header. | 2025-06-21 | 1 | -5/+2 | |
| | | |||||
| * | diserial: reset the receive register when changing frame format or the port ↵ | 2025-06-20 | 1 | -0/+2 | |
| | | | | | may be stuck into synchronous receive mode due to the default start bits = 0 | ||||
| * | equalizer: check band mask instead of db when building filter | 2025-06-20 | 1 | -5/+4 | |
| | | |||||
| * | equalizer: change default bands to 100,330,1k,3,3k,10k | 2025-06-20 | 1 | -1/+1 | |
| | | |||||
| * | multi32: Separate the speakers that were in different cabinets | 2025-06-20 | 1 | -0/+5 | |
| | | | | | sound: Handle a special case for adaptivity | ||||
| * | filter,equalizer: change default q to sqrt(2)/2 | 2025-06-19 | 4 | -5/+9 | |
| | | |||||
| * | audio_effect: add reset_all for resetting all variable settings | 2025-06-19 | 8 | -45/+68 | |
| | | |||||
| * | compressor: change channel link range to 0-1 | 2025-06-19 | 1 | -1/+1 | |
| | | |||||
| * | Revert "compressor: add infinite release option (eg. combine with input gain ↵ | 2025-06-19 | 1 | -1/+1 | |
| | | | | | | | of 12db for some sort of replaygain option)" This reverts commit 9033932679e00151b4dcb417c67fdd99a395313a. | ||||
| * | compressor: add infinite release option (eg. combine with input gain of 12db ↵ | 2025-06-19 | 1 | -1/+1 | |
| | | | | | for some sort of replaygain option) | ||||
| * | dpatrol: added bd3.d1 prom [Bitsavers] | 2025-06-19 | 2 | -2/+2 | |
| | | | | | | | (removed one of the sets since it's an overdump) misc: small cleanup | ||||
| * | audio_effects/reverb.cpp: Add more missing initialization | 2025-06-18 | 1 | -0/+1 | |
| | | |||||
| * | effects: Fix reverb decays, disable by default reverb and compressor | 2025-06-18 | 2 | -2/+7 | |
| | | |||||
| * | equalizer: change freq to u32, apply same nyquist freq fix as ↵ | 2025-06-18 | 2 | -34/+44 | |
| | | | | | 1e71f7a0d3bd11974993dd16467432c3bcbb9126 | ||||
| * | -ui/info.cpp: Treat incorrect ROM content as a severe warning. | 2025-06-18 | 2 | -0/+8 | |
| | | | | | | | | | | | -file/winfile.cpp: Added note about file handle buffering. -taito/taitotz.cpp: Use algorithms rather than memcpy. New working clones ------------------ R-Shark (set 2) [twistedsymphony] | ||||
| * | reverb: add more to default_changed | 2025-06-18 | 1 | -0/+30 | |
| | | |||||
| * | reverb: fix config_load typo | 2025-06-18 | 1 | -16/+16 | |
| | | |||||
| * | ui: improve control over audio filter cutoff freq | 2025-06-17 | 2 | -16/+21 | |
| | | |||||
| * | reverb: update to prev commit, don't hardcode "Default" in preset string | 2025-06-17 | 2 | -14/+16 | |
| | | |||||
| * | filter: don't try to filter above nyquist freq (or slightly below it) | 2025-06-17 | 1 | -2/+8 | |
| | | |||||
| * | reverb: detect preset when entering menu | 2025-06-17 | 2 | -5/+37 | |
| | | |||||
| * | resampler hq: Remove the hard cutoff ceiling at 20K. It was an | 2025-06-17 | 1 | -3/+1 | |
| | | | | | | | initial way to limit the number of phases and filter length, and that is done explicitely now. Plus, who knows, maybe someone will want to run ar 192KHz some day. | ||||
| * | reverb.cpp: Trying again on Windows. [R. Belmont] | 2025-06-16 | 1 | -1/+8 | |
| | | |||||
| * | reverb: srcclean and blind attempt at Windows fix [R. Belmont] | 2025-06-16 | 1 | -36/+37 | |
| | | |||||
| * | sound: | 2025-06-17 | 14 | -127/+2259 | |
| | | | | | | | | | move positions to osd interface add special-casing for LFE add reverb (currently too subtle, need to find out why) vgm_visualizer: stop going OOB on the bitmap | ||||
| * | sound: fix crash after loadstate with different resampler setting | 2025-06-13 | 1 | -0/+3 | |
| | | |||||
| * | -igs/igs_m036.cpp: Nicer short names for a couple of games. | 2025-06-12 | 1 | -5/+5 | |
| | | | | | | -Use parentheses with various uses of the conditional operator. | ||||
| * | debugcmd: no need to try to convert string_view to const char*, fix possible ↵ | 2025-06-11 | 1 | -25/+28 | |
| | | | | | nullptr access | ||||
| * | emumem: correct shifting direction on masks when importing a map with active ↵ | 2025-06-10 | 1 | -6/+6 | |
| | | | | | umask | ||||
| * | sound: Fix extremely subtle and rare problem that could happen when changing ↵ | 2025-06-08 | 1 | -12/+6 | |
| | | | | | stream frequency. | ||||
| * | sound: fix sync issue when starting a stream that was stopped | 2025-06-07 | 1 | -3/+15 | |
| | | |||||
| * | screen: add optional screen update callback for svg screens | 2025-06-07 | 1 | -1/+7 | |
| | | |||||
