summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
...
* sound/sdl_sound.cpp: Revert accidentally committed part of bc2ded0443e81306b7... AJR2026-02-011-4/+0
* z8: Add Z8691 and Z86C91 ROMless types AJR2026-02-011-0/+4
* debugger/win, debugger/osx: Check that you have a memory interface before try... Vas Crabb2026-01-307-15/+29
* Merge commit '24658d27e85' into HEAD Vas Crabb2026-01-301-4/+23
|\
| * windows/winmain.cpp: Suppress digit grouping. Too many things don't take it ... Vas Crabb2026-01-271-4/+23
* | Miscellaneous minor changes: Vas Crabb2026-01-301-3/+0
|/
* coreaudio_sound: apply a default channel mapping for devices where macOS give... arbee2026-01-171-3/+11
* -windows/winmain.cpp: Set global C++ locale when the standard library isn't b... Vas Crabb2026-01-151-0/+4
* -scripts: Cleaned up devices build scripts a bit: Vas Crabb2026-01-081-0/+0
* lisa: Massive updates Olivier Galibert2026-01-076-12/+20
* -lib/osdlib_win32.cpp: You're supposed to specify MEM_RESERVE when requesting... Vas Crabb2026-01-071-1/+1
* swp00: Overhaul of the synthesis part, effects to follow Olivier Galibert2025-11-141-0/+3
* input/input_common.cpp: Fixed "Application" key with SDL keyboard provider. Vas Crabb2025-08-291-4/+11
* Fix up various things: Vas Crabb2025-08-013-8/+6
* Windows: Do not drop into debugger when no MAME window has focus (#13902) npwoods2025-07-123-7/+20
* debugger/qt/debuggerview.cpp: Used DCA_SELECTED color friendly for Light/Dark... holub2025-07-041-1/+1
* sdl_sound.cpp: Fall back to 2 channels if 0 channels are detected on a device... Manuel Alfayate Corchete2025-07-041-0/+4
* pa_sound: can use unordered_map instead of map hap2025-07-031-1/+1
* pa_sound: re-add printf list of found devices with -verbose, and add a check ... hap2025-07-031-7/+25
* coreaudio_sound.cpp: __MAC_12_0 is 120000 (AvailabilityVersions.h) (#13890) ksherlock2025-07-011-1/+1
* Clean up various stuff. Vas Crabb2025-07-0112-70/+67
* sound/js_sound.cpp: Hopefully fix Emscripten build; zx81_cass.xml: Fixed an o... Vas Crabb2025-06-281-1/+1
* Fix copy/paste error breaking build, and some space indents. Vas Crabb2025-06-271-1/+1
* -sound/js_sound.cpp: Blind attempt at updating for base class changes. Vas Crabb2025-06-273-8/+88
* Various fixes: Vas Crabb2025-06-2511-208/+186
* pa_sound: remove enters from device string hap2025-06-231-4/+7
* osd audio interface: initialize channel positions in header file (prevents ch... hap2025-06-223-83/+86
* bgfx/chainmanager: correct a printf parse issue (compiler didn't care) hap2025-06-201-1/+1
* file/posixpty.cpp: Actually enable the XPG-8 path. Vas Crabb2025-06-211-1/+1
* osd/asio.h: Move some duplicated code into the common header. Vas Crabb2025-06-212-5/+13
* file/posixptty.cpp: Better handling of getting PTY path, etc. Vas Crabb2025-06-211-19/+77
* -ui/info.cpp: Treat incorrect ROM content as a severe warning. Vas Crabb2025-06-181-1/+13
* mmdevice_helpers.cpp: More Windows compile fixes. [R. Belmont] arbee2025-06-161-2/+2
* coreaudio_sound: Fix Mac compile. [R. Belmont] arbee2025-06-161-1/+1
* sound: Olivier Galibert2025-06-1710-124/+237
* osd/modules/file: define buffer size for openpty() (#13837) Pino Toscano2025-06-161-1/+16
* sound/wasapi_sound.cpp: Handle someone messing with the mixdown format right ... Vas Crabb2025-06-101-1/+2
* sound/wasapi_sound.cpp: Avoid another potential deadlock. Vas Crabb2025-06-101-39/+59
* coreaudio_sound.cpp: Promote to level 2, prep for 3. [R. Belmont] arbee2025-06-091-7/+22
* Various GNU/Hurd fixes (#13792) Pino Toscano2025-06-092-3/+3
* -dynax/ddenlovr.cpp: Identified some DIP switch settings for Majiang Xingyun ... Vas Crabb2025-06-091-1/+1
* -sound/gb.cpp: Initialise enough member variable to avoid branching on uninit... Vas Crabb2025-06-081-3/+10
* -sound/xaudio2_sound.cpp: Use abuffer for bufferring input. Vas Crabb2025-06-072-103/+54
* -sound/xaudio2_sound.cpp: Changed buffering strategy for output streams. Vas Crabb2025-06-0611-51/+86
* coreaudio_sound.cpp: Channel layout tag is a bitfield, not an enum. [R. Belmont] arbee2025-06-031-6/+3
* js_sound: correct stream_sink_update function hap2025-06-032-3/+2
* coreaudio_sound.cpp: Use property listeners to determine configuration change... arbee2025-06-021-83/+148
* coreaudio_sound.cpp: Move default device change check to get_generation so it... arbee2025-06-011-22/+14
* coreaudio_sound.cpp: Add a callback for each active device to see if it becom... arbee2025-06-011-1/+82
* coreaudio_sound.cpp: Rebuild the device list when the default devices change,... arbee2025-06-011-1/+2