| Commit message (Expand) | Author | Age | Files | Lines |
| * | Windows: Do not drop into debugger when no MAME window has focus (#13902) |  npwoods | 2025-07-12 | 3 | -7/+20 |
| * | debugger/qt/debuggerview.cpp: Used DCA_SELECTED color friendly for Light/Dark... |  holub | 2025-07-04 | 1 | -1/+1 |
| * | sdl_sound.cpp: Fall back to 2 channels if 0 channels are detected on a device... |  Manuel Alfayate Corchete | 2025-07-04 | 1 | -0/+4 |
| * | pa_sound: can use unordered_map instead of map |  hap | 2025-07-03 | 1 | -1/+1 |
| * | pa_sound: re-add printf list of found devices with -verbose, and add a check ... |  hap | 2025-07-03 | 1 | -7/+25 |
| * | coreaudio_sound.cpp: __MAC_12_0 is 120000 (AvailabilityVersions.h) (#13890) |  ksherlock | 2025-07-01 | 1 | -1/+1 |
| * | Clean up various stuff. |  Vas Crabb | 2025-07-01 | 12 | -70/+67 |
| * | sound/js_sound.cpp: Hopefully fix Emscripten build; zx81_cass.xml: Fixed an o... |  Vas Crabb | 2025-06-28 | 1 | -1/+1 |
| * | Fix copy/paste error breaking build, and some space indents. |  Vas Crabb | 2025-06-27 | 1 | -1/+1 |
| * | -sound/js_sound.cpp: Blind attempt at updating for base class changes. |  Vas Crabb | 2025-06-27 | 3 | -8/+88 |
| * | Various fixes: |  Vas Crabb | 2025-06-25 | 11 | -208/+186 |
| * | pa_sound: remove enters from device string |  hap | 2025-06-23 | 1 | -4/+7 |
| * | osd audio interface: initialize channel positions in header file (prevents ch... |  hap | 2025-06-22 | 3 | -83/+86 |
| * | bgfx/chainmanager: correct a printf parse issue (compiler didn't care) |  hap | 2025-06-20 | 1 | -1/+1 |
| * | file/posixpty.cpp: Actually enable the XPG-8 path. |  Vas Crabb | 2025-06-21 | 1 | -1/+1 |
| * | osd/asio.h: Move some duplicated code into the common header. |  Vas Crabb | 2025-06-21 | 2 | -5/+13 |
| * | file/posixptty.cpp: Better handling of getting PTY path, etc. |  Vas Crabb | 2025-06-21 | 1 | -19/+77 |
| * | -ui/info.cpp: Treat incorrect ROM content as a severe warning. |  Vas Crabb | 2025-06-18 | 1 | -1/+13 |
| * | mmdevice_helpers.cpp: More Windows compile fixes. [R. Belmont] |  arbee | 2025-06-16 | 1 | -2/+2 |
| * | coreaudio_sound: Fix Mac compile. [R. Belmont] |  arbee | 2025-06-16 | 1 | -1/+1 |
| * | sound: |  Olivier Galibert | 2025-06-17 | 10 | -124/+237 |
| * | osd/modules/file: define buffer size for openpty() (#13837) |  Pino Toscano | 2025-06-16 | 1 | -1/+16 |
| * | sound/wasapi_sound.cpp: Handle someone messing with the mixdown format right ... |  Vas Crabb | 2025-06-10 | 1 | -1/+2 |
| * | sound/wasapi_sound.cpp: Avoid another potential deadlock. |  Vas Crabb | 2025-06-10 | 1 | -39/+59 |
| * | coreaudio_sound.cpp: Promote to level 2, prep for 3. [R. Belmont] |  arbee | 2025-06-09 | 1 | -7/+22 |
| * | Various GNU/Hurd fixes (#13792) |  Pino Toscano | 2025-06-09 | 2 | -3/+3 |
| * | -dynax/ddenlovr.cpp: Identified some DIP switch settings for Majiang Xingyun ... |  Vas Crabb | 2025-06-09 | 1 | -1/+1 |
| * | -sound/gb.cpp: Initialise enough member variable to avoid branching on uninit... |  Vas Crabb | 2025-06-08 | 1 | -3/+10 |
| * | -sound/xaudio2_sound.cpp: Use abuffer for bufferring input. |  Vas Crabb | 2025-06-07 | 2 | -103/+54 |
| * | -sound/xaudio2_sound.cpp: Changed buffering strategy for output streams. |  Vas Crabb | 2025-06-06 | 11 | -51/+86 |
| * | coreaudio_sound.cpp: Channel layout tag is a bitfield, not an enum. [R. Belmont] |  arbee | 2025-06-03 | 1 | -6/+3 |
| * | js_sound: correct stream_sink_update function |  hap | 2025-06-03 | 2 | -3/+2 |
| * | coreaudio_sound.cpp: Use property listeners to determine configuration change... |  arbee | 2025-06-02 | 1 | -83/+148 |
| * | coreaudio_sound.cpp: Move default device change check to get_generation so it... |  arbee | 2025-06-01 | 1 | -22/+14 |
| * | coreaudio_sound.cpp: Add a callback for each active device to see if it becom... |  arbee | 2025-06-01 | 1 | -1/+82 |
| * | coreaudio_sound.cpp: Rebuild the device list when the default devices change,... |  arbee | 2025-06-01 | 1 | -1/+2 |
| * | osd: Preliminary revised macOS CoreAudio backend. [R. Belmont] |  arbee | 2025-05-31 | 2 | -678/+1315 |
| * | sound: change audio_latency meaning similar to what it was before (20ms steps... |  hap | 2025-05-31 | 4 | -4/+6 |
| * | sound/sdl_sound.cpp: Don't try to call SDL_GetDefaultAudioInfo for SDL older ... |  Vas Crabb | 2025-05-31 | 1 | -3/+5 |
| * | sound: print verbose message if module doesn't support audio_latency option, |  hap | 2025-05-31 | 3 | -0/+9 |
| * | attotime: fix lockup with as_string and negative attotime, |  hap | 2025-05-30 | 1 | -1/+1 |
| * | sound/xaudio2_sound.cpp: Don't request sample rate conversion if stream sampl... |  Vas Crabb | 2025-05-31 | 1 | -1/+4 |
| * | A little more clearing for safety |  Olivier Galibert | 2025-05-30 | 2 | -0/+13 |
| * | Similar fix for sdl |  Olivier Galibert | 2025-05-30 | 1 | -0/+1 |
| * | portaudio: do not mess up on shift-f3 |  Olivier Galibert | 2025-05-29 | 1 | -1/+2 |
| * | sound/wasapi_sound.cpp: Repeat the channel mask from the mix format back when... |  Vas Crabb | 2025-05-30 | 3 | -23/+43 |
| * | sound: tell the osd about the update |  Olivier Galibert | 2025-05-29 | 4 | -0/+16 |
| * | sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Changed logging back to disp... |  Vas Crabb | 2025-05-30 | 2 | -38/+38 |
| * | -sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Fixed device names. |  Vas Crabb | 2025-05-30 | 5 | -19/+32 |
| * | Aloow seperate display and configuration names for sound nodes |  Olivier Galibert | 2025-05-29 | 8 | -1/+9 |