index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sound/sdl_sound.cpp: Revert accidentally committed part of bc2ded0443e81306b7...
AJR
2026-02-01
1
-4
/
+0
*
z8: Add Z8691 and Z86C91 ROMless types
AJR
2026-02-01
1
-0
/
+4
*
debugger/win, debugger/osx: Check that you have a memory interface before try...
Vas Crabb
2026-01-30
7
-15
/
+29
*
Merge commit '24658d27e85' into HEAD
Vas Crabb
2026-01-30
1
-4
/
+23
|
\
|
*
windows/winmain.cpp: Suppress digit grouping. Too many things don't take it ...
Vas Crabb
2026-01-27
1
-4
/
+23
*
|
Miscellaneous minor changes:
Vas Crabb
2026-01-30
1
-3
/
+0
|
/
*
coreaudio_sound: apply a default channel mapping for devices where macOS give...
arbee
2026-01-17
1
-3
/
+11
*
-windows/winmain.cpp: Set global C++ locale when the standard library isn't b...
Vas Crabb
2026-01-15
1
-0
/
+4
*
-scripts: Cleaned up devices build scripts a bit:
Vas Crabb
2026-01-08
1
-0
/
+0
*
lisa: Massive updates
Olivier Galibert
2026-01-07
6
-12
/
+20
*
-lib/osdlib_win32.cpp: You're supposed to specify MEM_RESERVE when requesting...
Vas Crabb
2026-01-07
1
-1
/
+1
*
swp00: Overhaul of the synthesis part, effects to follow
Olivier Galibert
2025-11-14
1
-0
/
+3
*
input/input_common.cpp: Fixed "Application" key with SDL keyboard provider.
Vas Crabb
2025-08-29
1
-4
/
+11
*
Fix up various things:
Vas Crabb
2025-08-01
3
-8
/
+6
*
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
[prev]
[next]