| Commit message (Expand) | Author | Age | Files | Lines |
| * | diserial: don't use bitwise OR on bool, small cleanup to spacing |  hap | 2025-09-01 | 1 | -30/+27 |
| * | ibm/rtpc: add mouse hle |  Patrick Mackinlay | 2025-09-01 | 1 | -1/+1 |
| * | diserial.cpp: Avoid updating data frame if nothing changed (#14105) |  Mark Garlanger | 2025-09-01 | 1 | -0/+13 |
| * | emu/debug: Extended memory commands for region and space (#13767) |  holub | 2025-08-30 | 7 | -38/+947 |
| * | Add support for an ADI keyboard for an unknown system [Dirk Best, BikeForever] |  Dirk Best | 2025-08-22 | 1 | -0/+1 |
| * | heathzenith/h8.cpp: Implement H8 Bus (#13560) |  Mark Garlanger | 2025-08-21 | 1 | -0/+276 |
| * | -cpu/drcbex86.cpp: Not nuking the destination register on 64-bit rotate is im... |  Vas Crabb | 2025-08-05 | 1 | -27/+8 |
| * | (emu.h) sound: don't apply gain if value didn't change, also use u32 instead ... |  hap | 2025-08-01 | 2 | -35/+86 |
| * | Fix symlist default CPU (#13886) |  dave-br | 2025-07-26 | 1 | -2/+2 |
| * | emu/debug/debugcmd.cpp: Have print command insert spaces between numbers |  AJR | 2025-07-25 | 1 | -0/+4 |
| * | (emu.h) drawgfx: (re)add support for high priority shadows |  hap | 2025-07-22 | 3 | -46/+59 |
| * | sound: misc fixes |  Olivier Galibert | 2025-07-22 | 1 | -10/+14 |
| * | gemini: lower ym volume, small correction to mcfg |  hap | 2025-07-19 | 1 | -0/+1 |
| * | tilemap: small optimization to scroll cache, |  hap | 2025-07-18 | 1 | -12/+20 |
| * | compressor: re-add infinite release option, and also infinite ratio |  hap | 2025-07-16 | 1 | -6/+7 |
| * | compressor: increase max input db so input gain won't distort the signal |  hap | 2025-07-16 | 1 | -2/+2 |
| * | compressor: correction to input gain calc |  hap | 2025-07-16 | 1 | -1/+1 |
| * | resampler: safety check for filter len |  hap | 2025-07-15 | 1 | -1/+1 |
| * | ui: finer control over hq resampler settings |  hap | 2025-07-15 | 1 | -9/+7 |
| * | (emu.h) sound: use emplace instead of emplace_back when reconfiguring mapping |  hap | 2025-07-10 | 2 | -25/+28 |
| * | (emu.h) ioport: add coinage settings 10C_1C, 1C_10/20/25/50/100C |  hap | 2025-07-07 | 2 | -10/+16 |
| * | sound: fix initial -volume setting |  hap | 2025-07-05 | 1 | -3/+1 |
| * | (emu.h) resampler: don't repeat default settings at several places, remove un... |  hap | 2025-07-04 | 4 | -19/+51 |
| * | Revert "inpttype: add secondary default key (backspace) for UI Back" |  hap | 2025-07-03 | 1 | -1/+1 |
| * | tilemap: add callback for custom scrolling, and add one to k052109 for its co... |  hap | 2025-07-03 | 2 | -33/+85 |
| * | inpttype: add secondary default key (backspace) for UI Back |  hap | 2025-07-03 | 1 | -1/+1 |
| * | remove leftover debugging |  Olivier Galibert | 2025-07-01 | 1 | -3/+1 |
| * | sound: fix problem when default devices are missing |  Olivier Galibert | 2025-07-01 | 1 | -1/+12 |
| * | resampler: clamp final output to -32768, 32767 |  hap | 2025-06-30 | 1 | -4/+4 |
| * | crimfght,vendetta: set VIDEO_UPDATE_AFTER_VBLANK flag |  hap | 2025-06-30 | 1 | -3/+3 |
| * | tilemap: remove unused (and not working) TILE_LINE_DISABLED flag, just use cl... |  hap | 2025-06-29 | 2 | -30/+76 |
| * | filter: move notch filter check to ui |  hap | 2025-06-25 | 1 | -6/+0 |
| * | audiomix: add full/channel route via menu instead of f/c keys |  hap | 2025-06-25 | 2 | -4/+0 |
| * | Various fixes: |  Vas Crabb | 2025-06-25 | 8 | -198/+213 |
| * | dipalette: add shadow config to savestates, and might as well rename hilight ... |  hap | 2025-06-24 | 4 | -61/+84 |
| * | osd audio interface: initialize channel positions in header file (prevents ch... |  hap | 2025-06-22 | 1 | -4/+3 |
| * | sound: correct dreadful typo that killed stereo |  Olivier Galibert | 2025-06-21 | 1 | -1/+1 |
| * | osd/asio.h: Move some duplicated code into the common header. |  Vas Crabb | 2025-06-21 | 1 | -5/+2 |
| * | diserial: reset the receive register when changing frame format or the port m... |  Olivier Galibert | 2025-06-20 | 1 | -0/+2 |
| * | equalizer: check band mask instead of db when building filter |  hap | 2025-06-20 | 1 | -5/+4 |
| * | equalizer: change default bands to 100,330,1k,3,3k,10k |  hap | 2025-06-20 | 1 | -1/+1 |
| * | multi32: Separate the speakers that were in different cabinets |  Olivier Galibert | 2025-06-20 | 1 | -0/+5 |
| * | filter,equalizer: change default q to sqrt(2)/2 |  hap | 2025-06-19 | 4 | -5/+9 |
| * | audio_effect: add reset_all for resetting all variable settings |  hap | 2025-06-19 | 8 | -45/+68 |
| * | compressor: change channel link range to 0-1 |  hap | 2025-06-19 | 1 | -1/+1 |
| * | Revert "compressor: add infinite release option (eg. combine with input gain ... |  hap | 2025-06-19 | 1 | -1/+1 |
| * | compressor: add infinite release option (eg. combine with input gain of 12db ... |  hap | 2025-06-19 | 1 | -1/+1 |
| * | dpatrol: added bd3.d1 prom [Bitsavers] |  hap | 2025-06-19 | 2 | -2/+2 |
| * | audio_effects/reverb.cpp: Add more missing initialization |  AJR | 2025-06-18 | 1 | -0/+1 |
| * | effects: Fix reverb decays, disable by default reverb and compressor |  Olivier Galibert | 2025-06-18 | 2 | -2/+7 |