summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* (emu.h) sound: use emplace instead of emplace_back when reconfiguring mapping hap2025-07-102-25/+28
* (emu.h) ioport: add coinage settings 10C_1C, 1C_10/20/25/50/100C hap2025-07-072-10/+16
* sound: fix initial -volume setting hap2025-07-051-3/+1
* (emu.h) resampler: don't repeat default settings at several places, remove un... hap2025-07-044-19/+51
* Revert "inpttype: add secondary default key (backspace) for UI Back" hap2025-07-031-1/+1
* tilemap: add callback for custom scrolling, and add one to k052109 for its co... hap2025-07-032-33/+85
* inpttype: add secondary default key (backspace) for UI Back hap2025-07-031-1/+1
* remove leftover debugging Olivier Galibert2025-07-011-3/+1
* sound: fix problem when default devices are missing Olivier Galibert2025-07-011-1/+12
* resampler: clamp final output to -32768, 32767 hap2025-06-301-4/+4
* crimfght,vendetta: set VIDEO_UPDATE_AFTER_VBLANK flag hap2025-06-301-3/+3
* tilemap: remove unused (and not working) TILE_LINE_DISABLED flag, just use cl... hap2025-06-292-30/+76
* filter: move notch filter check to ui hap2025-06-251-6/+0
* audiomix: add full/channel route via menu instead of f/c keys hap2025-06-252-4/+0
* Various fixes: Vas Crabb2025-06-258-198/+213
* dipalette: add shadow config to savestates, and might as well rename hilight ... hap2025-06-244-61/+84
* osd audio interface: initialize channel positions in header file (prevents ch... hap2025-06-221-4/+3
* sound: correct dreadful typo that killed stereo Olivier Galibert2025-06-211-1/+1
* osd/asio.h: Move some duplicated code into the common header. Vas Crabb2025-06-211-5/+2
* diserial: reset the receive register when changing frame format or the port m... Olivier Galibert2025-06-201-0/+2
* equalizer: check band mask instead of db when building filter hap2025-06-201-5/+4
* equalizer: change default bands to 100,330,1k,3,3k,10k hap2025-06-201-1/+1
* multi32: Separate the speakers that were in different cabinets Olivier Galibert2025-06-201-0/+5
* filter,equalizer: change default q to sqrt(2)/2 hap2025-06-194-5/+9
* audio_effect: add reset_all for resetting all variable settings hap2025-06-198-45/+68
* compressor: change channel link range to 0-1 hap2025-06-191-1/+1
* Revert "compressor: add infinite release option (eg. combine with input gain ... hap2025-06-191-1/+1
* compressor: add infinite release option (eg. combine with input gain of 12db ... hap2025-06-191-1/+1
* dpatrol: added bd3.d1 prom [Bitsavers] hap2025-06-192-2/+2
* audio_effects/reverb.cpp: Add more missing initialization AJR2025-06-181-0/+1
* effects: Fix reverb decays, disable by default reverb and compressor Olivier Galibert2025-06-182-2/+7
* equalizer: change freq to u32, apply same nyquist freq fix as 1e71f7a0d3bd119... hap2025-06-182-34/+44
* -ui/info.cpp: Treat incorrect ROM content as a severe warning. Vas Crabb2025-06-182-0/+8
* reverb: add more to default_changed hap2025-06-181-0/+30
* reverb: fix config_load typo hap2025-06-181-16/+16
* ui: improve control over audio filter cutoff freq hap2025-06-172-16/+21
* reverb: update to prev commit, don't hardcode "Default" in preset string hap2025-06-172-14/+16
* filter: don't try to filter above nyquist freq (or slightly below it) hap2025-06-171-2/+8
* reverb: detect preset when entering menu hap2025-06-172-5/+37
* resampler hq: Remove the hard cutoff ceiling at 20K. It was an Olivier Galibert2025-06-171-3/+1
* reverb.cpp: Trying again on Windows. [R. Belmont] arbee2025-06-161-1/+8
* reverb: srcclean and blind attempt at Windows fix [R. Belmont] arbee2025-06-161-36/+37
* sound: Olivier Galibert2025-06-1714-127/+2259
* sound: fix crash after loadstate with different resampler setting hap2025-06-131-0/+3
* -igs/igs_m036.cpp: Nicer short names for a couple of games. Vas Crabb2025-06-121-5/+5
* debugcmd: no need to try to convert string_view to const char*, fix possible ... hap2025-06-111-25/+28
* emumem: correct shifting direction on masks when importing a map with active ... Olivier Galibert2025-06-101-6/+6
* sound: Fix extremely subtle and rare problem that could happen when changing ... Olivier Galibert2025-06-081-12/+6
* sound: fix sync issue when starting a stream that was stopped Olivier Galibert2025-06-071-3/+15
* screen: add optional screen update callback for svg screens hap2025-06-071-1/+7